Add test for ROOT-10221.
This commit is contained in:
parent
be780f4812
commit
ba4cc7641e
6
test/Prompt/Exceptions.cpp
Normal file
6
test/Prompt/Exceptions.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
struct TheStruct {
|
||||
char m_Storage[100];
|
||||
};
|
||||
|
||||
TheStruct getStructButThrows() { throw "ABC!"; }
|
||||
getStructButThrows()
|
Loading…
x
Reference in New Issue
Block a user