coccinelle release 1.0.0-rc6
[bpt/coccinelle.git] / tests / multichars.res
1 int main () {
2 f('XYZ',12);
3 f('X\nY',12);
4 f('\n',12);
5 }