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:
@ -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())
|
||||
|
Reference in New Issue
Block a user