]> granicus.if.org Git - clang/commitdiff
Add another small test case.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Fri, 10 Sep 2010 21:03:58 +0000 (21:03 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Fri, 10 Sep 2010 21:03:58 +0000 (21:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113628 91177308-0d34-0410-b5e6-96231b3b80d8

test/CXX/expr/expr.unary/expr.unary.noexcept/sema.cpp

index e4025d9e2ff0e707336574ed623a57b5ee670e92..e4d1537cdc184f2c31e477738c8e5495502f002b 100644 (file)
@@ -12,6 +12,7 @@ void simple() {
   P(sizeof(0));
   P(static_cast<int>(0));
   N(throw 0);
+  N((throw 0, 0));
 }
 
 void nospec();