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

6 lines
118 B
C

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