diff options
Diffstat (limited to 'test/Index/Inputs/module-undef.h')
-rw-r--r-- | test/Index/Inputs/module-undef.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Index/Inputs/module-undef.h b/test/Index/Inputs/module-undef.h new file mode 100644 index 0000000..8212d75 --- /dev/null +++ b/test/Index/Inputs/module-undef.h @@ -0,0 +1,2 @@ +#define MY_MACRO 1 +#undef MY_MACRO |