mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 20:30:57 -05:00
5 lines
118 B
C
5 lines
118 B
C
/* RUN: %clang_cc1 %s -std=c89 -pedantic-errors -verify
|
|
*/
|
|
|
|
#if 1LL /* expected-error {{long long}} */
|
|
#endif
|