source: src/examples/strings/bug-repro/while_zero.c @ 7ea1b3a

string
Last change on this file since 7ea1b3a was a772d8ab, checked in by Thierry Delisle <tdelisle@…>, 8 years ago

basic commit + some work on assertion to make them match normal assertions

  • Property mode set to 100644
File size: 53 bytes
Line 
1int test()
2{
3        int i = 0;
4        do {
5                i++;
6        } while(0);
7}
Note: See TracBrowser for help on using the repository browser.