Retro68/binutils/ld/testsuite/ld-elf/dl3.cc
2012-03-26 21:18:29 +02:00

8 lines
60 B
C++

#include "dl3header.h"
void
f (void)
{
throw (A (42));
}