cparser aborts on using labels as values
Opened this issue · 0 comments
GabrielRavier commented
void *f(void)
{
label:
&&label;
}
With trunk cparser, this results in :
Verify warning: Block BB[64:9](f[59]): immature block found
Verify warning: Block BB[64:9](f[59]): normal block must have at least 1 input
Aborted (core dumped)