Release coccinelle-0.1
[bpt/coccinelle.git] / tests / expnest.c
1 int main() {
2 x = 3 + 4;
3 x = f() + 15;
4 x = 15 + g();
5 x = f() + g();
6 }