Add test for the last chapter of our C++ exception handling odyssey. llvmg++
authorChris Lattner <sabre@nondot.org>
Thu, 28 Aug 2003 20:32:36 +0000 (20:32 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 28 Aug 2003 20:32:36 +0000 (20:32 +0000)
commit206c7d029dd3444aa2fb3f4526e2fc729e6f5465
tree8d0606506d8cd8660093b9b8e0a87c578809597d
parentb40d5e7d940d469e2a5c984a390b10d65e67e689
Add test for the last chapter of our C++ exception handling odyssey.  llvmg++
now fully supports all C++ exception handling functionality.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8185 91177308-0d34-0410-b5e6-96231b3b80d8
test/C++Frontend/EH/function_try_block.cpp [new file with mode: 0644]