dl3.cc 60 B

1234567
  1. #include "dl3header.h"
  2. void
  3. f (void)
  4. {
  5. throw (A (42));
  6. }