summaryrefslogtreecommitdiffhomepage
path: root/snippets/test_snippets/inner.nc
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/test_snippets/inner.nc')
-rw-r--r--snippets/test_snippets/inner.nc7
1 files changed, 1 insertions, 6 deletions
diff --git a/snippets/test_snippets/inner.nc b/snippets/test_snippets/inner.nc
index 5d90b41..3004ea7 100644
--- a/snippets/test_snippets/inner.nc
+++ b/snippets/test_snippets/inner.nc
@@ -1,11 +1,6 @@
-extern exit;
let main()
{
let foo := 42;
-
- const ret_stub():
- foo := 0x10;
- exit(foo);
- return 0x0;
+ return foo;
}