summaryrefslogtreecommitdiffstats
path: root/test cases/common/134 compute int/foobar.h
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/134 compute int/foobar.h')
-rw-r--r--test cases/common/134 compute int/foobar.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/common/134 compute int/foobar.h b/test cases/common/134 compute int/foobar.h
new file mode 100644
index 0000000..fd3cb5e
--- /dev/null
+++ b/test cases/common/134 compute int/foobar.h
@@ -0,0 +1,6 @@
+#ifndef __FOOBAR_H__
+#define __FOOBAR_H__
+
+#define FOOBAR_IN_FOOBAR_H 10
+
+#endif /*__FOOBAR_H__*/