Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / tests / video4.c
1 int main() {
2 int v;
3 m();
4 f(1);
5 x();
6 v.x = 12;
7 v.y = 21;
8 g(1);
9 f(2);
10 x();
11 v.xafter = 12;
12 v.yafter = 21;
13 g(2);
14 n();
15 }