mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 06:27:16 +00:00
New testcase
llvm-svn: 9718
This commit is contained in:
parent
9e2193fbb9
commit
c6ba8bc617
@ -0,0 +1,9 @@
|
|||||||
|
#include <string>
|
||||||
|
|
||||||
|
void bar();
|
||||||
|
|
||||||
|
void test() {
|
||||||
|
try {
|
||||||
|
bar();
|
||||||
|
} catch (std::string) {}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user