7 lines
146 B
Plaintext
7 lines
146 B
Plaintext
// #failed: resolve
|
|
// #error: trying to access address of a temporal object
|
|
main :: proc(): int {
|
|
a := 0;
|
|
app := &(&(a));
|
|
return 0;
|
|
} |