diff options
Diffstat (limited to 'test/PCH/Inputs')
| -rw-r--r-- | test/PCH/Inputs/pch-through-use3c.cpp | 2 | ||||
| -rw-r--r-- | test/PCH/Inputs/pch-through3c.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/test/PCH/Inputs/pch-through-use3c.cpp b/test/PCH/Inputs/pch-through-use3c.cpp new file mode 100644 index 0000000000000..6102c514fba36 --- /dev/null +++ b/test/PCH/Inputs/pch-through-use3c.cpp @@ -0,0 +1,2 @@ +int a = A; +// expected-no-diagnostics diff --git a/test/PCH/Inputs/pch-through3c.h b/test/PCH/Inputs/pch-through3c.h new file mode 100644 index 0000000000000..ab2a05dbbf848 --- /dev/null +++ b/test/PCH/Inputs/pch-through3c.h @@ -0,0 +1 @@ +#define A 1 |
