Add sample files showing a syntax error

edge_only_predecessors
Wilfred Hughes 2021-09-20 00:25:59 +07:00
parent a3880cbaa9
commit 4ba8508581
2 changed files with 4 additions and 0 deletions

@ -0,0 +1,2 @@
if (false) {
foo(2);

@ -0,0 +1,2 @@
if (true) {
foo(1);