summaryrefslogtreecommitdiffstats
path: root/test/Sema/c89-2.c
blob: f6f6bd972090ce81b6f0e802873363a1056bd00d (plain)
1
2
3
4
5
/* RUN: %clang_cc1 %s -std=c89 -pedantic-errors -verify
 */

#if 1LL        /* expected-error {{long long}} */
#endif