Release coccinelle-0.1
[bpt/coccinelle.git] / tests / loop.res
1 int main() {
2 while (1) { x : 15; }
3 }