permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / python_identifier.c
CommitLineData
8babbc8f
C
1int main () {
2 one(12);
3 one_more(15);
4 another_one(20);
5 two(1,2);
6 two_more(3,4);
7 three(1,2,3);
8}