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

parser: second batch of start_tmp()

This commit is contained in:
Alexander Medvednikov
2019-11-11 05:14:54 +03:00
parent 00b3557ce1
commit 887c94d9ba
4 changed files with 21 additions and 27 deletions

View File

@ -135,9 +135,11 @@ fn get_foo() Foo {
// This used to be broken.
fn test_ref_fn_arg() {
process_foo(get_foo())
println(3434)
assert true
$if !tinyc {
process_foo(get_foo())
println(3434)
assert true
}
/*
res := (time.random().calc_unix())