summaryrefslogtreecommitdiff
path: root/examples/loop.c
blob: 7e22dfad95d40da9ece1f7f559f918701a2f41bc (plain) (blame)
1
2
3
x = 0;
while (x >= 0) { }