summaryrefslogtreecommitdiff
path: root/tests/front-end/parser-using-file-a.spireh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/front-end/parser-using-file-a.spireh')
-rw-r--r--tests/front-end/parser-using-file-a.spireh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/front-end/parser-using-file-a.spireh b/tests/front-end/parser-using-file-a.spireh
new file mode 100644
index 000000000..62e6acd06
--- /dev/null
+++ b/tests/front-end/parser-using-file-a.spireh
@@ -0,0 +1,3 @@
+// this file exists to be included by "parser-using-file.spire"
+
+float a(float x) { return x * x; }