From 9ff9bf184558f47f83c44196a05983a49f5bdf16 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 8 Mar 2026 06:22:49 +0100 Subject: [FEAT] CompilerKit testing coverage additions and 64-bit assembler patches. Signed-off-by: Amlal El Mahrouss --- snippets/test_snippets/inner.nc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 snippets/test_snippets/inner.nc (limited to 'snippets/test_snippets/inner.nc') diff --git a/snippets/test_snippets/inner.nc b/snippets/test_snippets/inner.nc new file mode 100644 index 0000000..5d90b41 --- /dev/null +++ b/snippets/test_snippets/inner.nc @@ -0,0 +1,11 @@ +extern exit; + +let main() +{ + let foo := 42; + + const ret_stub(): + foo := 0x10; + exit(foo); + return 0x0; +} -- cgit v1.2.3