diff --git a/tests/funcdefs.nct b/tests/funcdefs.nct new file mode 100644 index 0000000..f9c4312 --- /dev/null +++ b/tests/funcdefs.nct @@ -0,0 +1,7 @@ +/* Currently return isn't implemented (and no ret instructions are output either) */ +/* Oh and arguments aren't supported yet either */ +/* But functions work :) */ + +u0() foo: u0() { + u8 a = 5; +};