Add test for ROOT-10221.

This commit is contained in:
Axel Naumann 2019-07-15 21:13:34 +02:00 committed by SFT
parent be780f4812
commit ba4cc7641e

View File

@ -0,0 +1,6 @@
struct TheStruct {
char m_Storage[100];
};
TheStruct getStructButThrows() { throw "ABC!"; }
getStructButThrows()