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