2013-04-06 16:48:33 +02:00

8 lines
60 B
C++

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