mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 02:44:30 +08:00
restore
From-SVN: r20222
This commit is contained in:
parent
0228fa7e4e
commit
9d24de29f5
12
gcc/testsuite/g++.old-deja/g++.robertl/eb88.C
Normal file
12
gcc/testsuite/g++.old-deja/g++.robertl/eb88.C
Normal file
@ -0,0 +1,12 @@
|
||||
#include <stddef.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
try
|
||||
{
|
||||
throw(NULL);
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user