permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / metahex.c
CommitLineData
34e49164
C
1int main() {
2 f(3);
3 g(0x03);
4}