Remove MacOS Github runner
This commit is contained in:
11
tests/defer_todo.txt
Normal file
11
tests/defer_todo.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
a: char;
|
||||
|
||||
main :: proc(): int {
|
||||
/*for i := 0; i < 4; i += 1 {
|
||||
if i == 2 { break; }
|
||||
|
||||
string := &a;
|
||||
defer *string = 1;
|
||||
}*/
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user