summaryrefslogblamecommitdiff
path: root/tests/sources/0501_loop_infinite.c
blob: 2676685fd510a42efb72dcc3144053c6e63b6675 (plain) (tree)
1
2
3
4



                
int x = 0;
while (x < 10) {
  print(x);
}