forked from OSchip/llvm-project
parent
9ac55dd8e4
commit
4fa4a6b85e
|
@ -12,6 +12,7 @@ void simple() {
|
||||||
P(sizeof(0));
|
P(sizeof(0));
|
||||||
P(static_cast<int>(0));
|
P(static_cast<int>(0));
|
||||||
N(throw 0);
|
N(throw 0);
|
||||||
|
N((throw 0, 0));
|
||||||
}
|
}
|
||||||
|
|
||||||
void nospec();
|
void nospec();
|
||||||
|
|
Loading…
Reference in New Issue