permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / ptrar.res
CommitLineData
5626f154
C
1int main () {
2 struct foo *x;
3 struct foo y[12];
4 *12 = 4;
5 *20 = 2;
6 a = sizeof 20;
7 b = sizeof 12;
8}