Init new repository
This commit is contained in:
12
tests/regression_note_after_if.txt
Normal file
12
tests/regression_note_after_if.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
main :: proc(): int {
|
||||
a := true;
|
||||
if a {
|
||||
a = false;
|
||||
}
|
||||
thing := 10; @unused
|
||||
|
||||
// I had an error once because note got eaten by else clause parse
|
||||
// I have reversed that but if I decided that else if / else could be
|
||||
// tagged then this test is meant to catch that
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user