Skip to content

Commit

Permalink
minimal test for #257
Browse files Browse the repository at this point in the history
  • Loading branch information
sylefeb committed Nov 23, 2023
1 parent ad339cf commit 58473c1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tests/issues/257_break.si
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

algorithm main(output uint8 leds)
{
uint1 illegal(0);

while (1) {

{

} -> {

}

if (illegal) { break; }
}

}

0 comments on commit 58473c1

Please sign in to comment.