c-semantics
c-semantics copied to clipboard
Cannot throw a structure/class
Translation of the following code gets stuck with compoundInit on top.
struct E {};
int main() {
throw E();
}