summaryrefslogtreecommitdiffhomepage
path: root/test/test_samples/test_printf.nc
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_samples/test_printf.nc')
-rw-r--r--test/test_samples/test_printf.nc8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/test_samples/test_printf.nc b/test/test_samples/test_printf.nc
index d18c818..c29bb05 100644
--- a/test/test_samples/test_printf.nc
+++ b/test/test_samples/test_printf.nc
@@ -1,9 +1,11 @@
+export main;
+
let main()
{
- if (0x01 <= 0x100)
+ if (0x01 =: 0x01):
{
- return 0x80;
+ return 0;
}
- return 0x0;
+ return 1;
} \ No newline at end of file