diff options
Diffstat (limited to 'test/Driver/Inputs/pchfile.h')
| -rw-r--r-- | test/Driver/Inputs/pchfile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Driver/Inputs/pchfile.h b/test/Driver/Inputs/pchfile.h new file mode 100644 index 0000000000000..1aafaeebe8102 --- /dev/null +++ b/test/Driver/Inputs/pchfile.h @@ -0,0 +1,3 @@ +#if defined(ERR_HEADER) +#error nope1 +#endif |
