Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
82817ba18f2cf63708fc70a55ae458739e4feac4
/
.
/
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