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