fix cgen_test.v
parent
4794598d06
commit
79b4a757c4
|
@ -5,7 +5,7 @@ fn function1() int {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn foo(a int) {
|
fn foo(a int) {
|
||||||
end()
|
//end()
|
||||||
}
|
}
|
||||||
|
|
||||||
struct User {
|
struct User {
|
||||||
|
|
Loading…
Reference in New Issue