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

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

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