aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/c89-2.c
blob: 723bd7c18d886e2016554f004c1a7cd964cec0d0 (plain) (blame)
1
2
3
4
5
6
7
/* RUN: not clang-cc %s -std=c89 -pedantic-errors
 */

/* We can't put expected-warning lines on #if lines. */

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