llvm-project/clang/test/Sema/c89-2.c

6 lines
116 B
C

/* RUN: clang-cc %s -std=c89 -pedantic-errors -verify
*/
#if 1LL /* expected-error {{long long}} */
#endif