summaryrefslogtreecommitdiffhomepage
path: root/snippets/test_snippets/test_printf.nc
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/test_snippets/test_printf.nc')
-rw-r--r--snippets/test_snippets/test_printf.nc11
1 files changed, 11 insertions, 0 deletions
diff --git a/snippets/test_snippets/test_printf.nc b/snippets/test_snippets/test_printf.nc
new file mode 100644
index 0000000..c29bb05
--- /dev/null
+++ b/snippets/test_snippets/test_printf.nc
@@ -0,0 +1,11 @@
+export main;
+
+let main()
+{
+ if (0x01 =: 0x01):
+ {
+ return 0;
+ }
+
+ return 1;
+} \ No newline at end of file