summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CompilerLauncher/test.ispc
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/CompilerLauncher/test.ispc')
-rw-r--r--Tests/RunCMake/CompilerLauncher/test.ispc4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/CompilerLauncher/test.ispc b/Tests/RunCMake/CompilerLauncher/test.ispc
new file mode 100644
index 0000000..b061f40
--- /dev/null
+++ b/Tests/RunCMake/CompilerLauncher/test.ispc
@@ -0,0 +1,4 @@
+
+float func(float a, float b) {
+ return a + b / 2.;
+}