Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / expopt.res
CommitLineData
34e49164
C
1int main() {
2 int *x;
3 f(x);
4 x = 7;
5}