new cp_error040: Input of asm node becomes a NULL pointer
[cparser] / parsetest / cp_error028.c
1 __extension__ typedef signed long long int __int64_t;
2 __extension__ typedef unsigned long long int __uint64_t;
3
4 int main(void) {
5         __int64_t i = 0;
6         return i;
7 }