Init new repository
This commit is contained in:
7
tests/regression_error_address_of_address.txt
Normal file
7
tests/regression_error_address_of_address.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
// #failed: resolve
|
||||
// #error: trying to access address of a temporal object
|
||||
main :: proc(): int {
|
||||
a := 0;
|
||||
app := &(&(a));
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user