diff options
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/Preprocessor/line-directive.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/line-directive.c b/clang/test/Preprocessor/line-directive.c index 0a4b5822392..062081c6bcd 100644 --- a/clang/test/Preprocessor/line-directive.c +++ b/clang/test/Preprocessor/line-directive.c @@ -50,6 +50,11 @@ typedef int y; // ok typedef int z; // ok typedef int z; // ok +# 97 // doesn't change system headerness. + +typedef int z1; // ok +typedef int z1; // ok + # 42 "blonk.h" // DOES change system headerness. typedef int w; // expected-note {{previous definition is here}} |