Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
901b412d65d40ed8df16701e89bf5dd5b145cbd0
/
.
/
test
/
Sema
/
c89-2.c
blob: 128046f6d29dd082fe6895c156272472615f85c0 [
file
] [
log
] [
blame
]
Chris Lattner
054fad5
2007-08-30 06:38:49 +0000
[
diff
] [
blame
]
1
/* RUN: not clang %s -std=c89 -pedantic-errors
2
*/
3
4
/* We can't put expected-warning lines on #if lines. */
5
6
#if 1LL /* expected-warning {{long long}} */
7
#endif