diff options
Diffstat (limited to 'test/Index/Inputs/guarded.h')
-rw-r--r-- | test/Index/Inputs/guarded.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Index/Inputs/guarded.h b/test/Index/Inputs/guarded.h new file mode 100644 index 000000000000..0a1a6ac5c238 --- /dev/null +++ b/test/Index/Inputs/guarded.h @@ -0,0 +1,6 @@ +#ifndef GUARDED_HEADER_H +#define GUARDED_HEADER_H + +int y; + +#endif // GUARDED_HEADER_H |