new cp_error040: Input of asm node becomes a NULL pointer
[cparser] / parsetest / cp_error024.c
1 static void foo(void);
2
3 int main(void)
4 {
5         return 0;
6 }