fix cgen_test.v

pull/3293/head
Alexander Medvednikov 2020-01-01 10:32:22 +01:00
parent 4794598d06
commit 79b4a757c4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ fn function1() int {
} }
fn foo(a int) { fn foo(a int) {
end() //end()
} }
struct User { struct User {