diff options
Diffstat (limited to 'test/PCH/pch__VA_ARGS__.h')
-rw-r--r-- | test/PCH/pch__VA_ARGS__.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/PCH/pch__VA_ARGS__.h b/test/PCH/pch__VA_ARGS__.h new file mode 100644 index 000000000000..9eb1005ce447 --- /dev/null +++ b/test/PCH/pch__VA_ARGS__.h @@ -0,0 +1,2 @@ +// Header for PCH test fuzzy-pch.c +void f(int X); |