1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fix cgen_test.v

This commit is contained in:
Alexander Medvednikov 2020-01-01 10:32:22 +01:00
parent 4794598d06
commit 79b4a757c4

View File

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