diff options
Diffstat (limited to 'clang/test/Misc/Inputs/include.h')
-rw-r--r-- | clang/test/Misc/Inputs/include.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Misc/Inputs/include.h b/clang/test/Misc/Inputs/include.h new file mode 100644 index 0000000..72835e9 --- /dev/null +++ b/clang/test/Misc/Inputs/include.h @@ -0,0 +1,3 @@ +#define EQUALS(a,b) a == b + +int foo(int x) { return x; } |