Add another small test case.

llvm-svn: 113628
This commit is contained in:
Sebastian Redl 2010-09-10 21:03:58 +00:00
parent 9ac55dd8e4
commit 4fa4a6b85e
1 changed files with 1 additions and 0 deletions

View File

@ -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();