Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / expopt.c
CommitLineData
34e49164
C
1int main() {
2 int *x;
3 f(x);
4 *x = 7;
5}