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