Release coccinelle-0.1.9-rc1
[bpt/coccinelle.git] / tests / metahex.c
1 int main() {
2 f(3);
3 g(0x03);
4 }