blob: 6e8f12b254ad7ada42e521e2201bc17d108d9e91 [file] [log] [blame]
//
void disappearing_semicolon(void)
{
r = (recordtypecast){
a, b, c
}; //<--
p = Table_put(t, a, &r);
}