diff options
Diffstat (limited to 'test/Index/complete-macros.h')
-rw-r--r-- | test/Index/complete-macros.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Index/complete-macros.h b/test/Index/complete-macros.h new file mode 100644 index 0000000..70f49e3 --- /dev/null +++ b/test/Index/complete-macros.h @@ -0,0 +1,6 @@ +#ifndef COMPLETE_MACROS_H_GUARD +#define COMPLETE_MACROS_H_GUARD + +void in_header(int); + +#endif |