Init new repository
This commit is contained in:
5
tests/lvalues2.txt
Normal file
5
tests/lvalues2.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
// #failed: resolve
|
||||
// #error: assigning value to a temporal object (lvalue)
|
||||
f0 :: proc() { (1+1) = 2; }
|
||||
// #error: assigning value to a temporal object (lvalue)
|
||||
f1 :: proc() { 1+1 = 2; }
|
||||
Reference in New Issue
Block a user