Fixed up testing etc
This commit is contained in:
9
tests/test_emptyBracesFunction.krak
Normal file
9
tests/test_emptyBracesFunction.krak
Normal file
@@ -0,0 +1,9 @@
|
||||
import io;
|
||||
|
||||
|void| nothing() {}
|
||||
|
||||
|int| main() {
|
||||
nothing();
|
||||
io::println("It was nothing");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user