summaryrefslogtreecommitdiffstats
path: root/tests/preprocessor/duplicate-include/b.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/preprocessor/duplicate-include/b.slang')
-rw-r--r--tests/preprocessor/duplicate-include/b.slang3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/preprocessor/duplicate-include/b.slang b/tests/preprocessor/duplicate-include/b.slang
new file mode 100644
index 000000000..c3769f038
--- /dev/null
+++ b/tests/preprocessor/duplicate-include/b.slang
@@ -0,0 +1,3 @@
+#pragma once
+
+int foo() { return 23; } \ No newline at end of file