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

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