aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/259 preprocess/foo.h
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/259 preprocess/foo.h')
-rw-r--r--test cases/common/259 preprocess/foo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test cases/common/259 preprocess/foo.h b/test cases/common/259 preprocess/foo.h
new file mode 100644
index 0000000..ba60bf3
--- /dev/null
+++ b/test cases/common/259 preprocess/foo.h
@@ -0,0 +1,2 @@
+int bar(void);
+int main(void) { return FOO + bar(); }