source: src/examples/strings/bug-repro/while_zero.c@ 9ea58ca

string
Last change on this file since 9ea58ca was a772d8ab, checked in by Thierry Delisle <tdelisle@…>, 10 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.