more import preparation
This commit is contained in:
@@ -1,8 +1,16 @@
|
||||
println("testy");
|
||||
let x = 3;
|
||||
print_dec(x);
|
||||
subtest();
|
||||
start();
|
||||
|
||||
fn subtest() {
|
||||
fn el() {
|
||||
println("helo el");
|
||||
}
|
||||
el();
|
||||
}
|
||||
|
||||
struct Test {
|
||||
a: 64,
|
||||
b: 64,
|
||||
|
||||
Reference in New Issue
Block a user