From d509182336a9b2a3d62248302107959022742c4d Mon Sep 17 00:00:00 2001 From: John McCall Date: Sat, 16 Oct 2010 16:34:08 +0000 Subject: Coding by inspection has its problems. llvm-svn: 116672 --- clang/test/CodeGenObjC/exceptions-nonfragile.m | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'clang/test/CodeGenObjC/exceptions-nonfragile.m') diff --git a/clang/test/CodeGenObjC/exceptions-nonfragile.m b/clang/test/CodeGenObjC/exceptions-nonfragile.m index 41cda2c0a9c..57ed1d9da9d 100644 --- a/clang/test/CodeGenObjC/exceptions-nonfragile.m +++ b/clang/test/CodeGenObjC/exceptions-nonfragile.m @@ -11,3 +11,7 @@ void protos() { @throw; } } + +void throwing() { + @throw(@"error!"); +} -- cgit v1.2.3