aboutsummaryrefslogtreecommitdiff
path: root/example/mathtest.zig
diff options
context:
space:
mode:
Diffstat (limited to 'example/mathtest.zig')
-rw-r--r--example/mathtest.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/mathtest.zig b/example/mathtest.zig
index 2736f8b26d..35ec901523 100644
--- a/example/mathtest.zig
+++ b/example/mathtest.zig
@@ -1,3 +1,4 @@
+#version("2.0.0")
export library "mathtest";
export fn add(a: i32, b: i32) -> i32 {