Coccinelle release 1.0.0-rc4
[bpt/coccinelle.git] / tests / decl_star.c
CommitLineData
c3e37e97
C
1int main () {
2 int *x;
3 int x;
4 return x;
5}