Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
28de78bf9b8532b7733f49aea54b7fae651af490
/
.
/
test
/
Preprocessor
/
if_warning.c
blob: f07c88707e76abb20bd7fca6c15e68cda4886fc7 [
file
] [
log
] [
blame
]
// RUN: clang-cc %s -E -Wundef -Werror 2>&1 | grep error | count 1 &&
// RUN: clang-cc %s -E -Werror 2>&1 | not grep error
#if foo // Should generate an warning
#endif
#ifdef
foo
#endif
#if defined(foo)
#endif