13 lines
176 B
Plaintext
13 lines
176 B
Plaintext
# @TEST-EXEC-FAIL: ${HILTIC} -j %INPUT > output 2>&1
|
|
# @TEST-EXEC: btest-diff output
|
|
|
|
module Foo {
|
|
|
|
global self = 1;
|
|
|
|
function void foo(string self) {
|
|
local self = 3;
|
|
}
|
|
|
|
}
|