Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / decl_space.c
CommitLineData
34e49164
C
1int main () {
2 int *x = y;
3 int x = y;
4}