Release coccinelle-0.2.5-rc2
[bpt/coccinelle.git] / tests / ptrar.c
CommitLineData
5626f154
C
1int main () {
2 struct foo *x;
3 struct foo y[12];
4 *y = 4;
5 *x = 2;
6 a = sizeof x;
7 b = sizeof "foo";
8}