Release coccinelle-0.2.3rc6
[bpt/coccinelle.git] / tests / expnest.res
CommitLineData
34e49164
C
1int main() {
2 x = 3 + 4;
3 x = f() + 15;
4 x = 15 + g();
5 x = f() - g();
6}