mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-17 11:17:04 -04:00
8 lines
60 B
C++
8 lines
60 B
C++
#include "dl3header.h"
|
|
|
|
void
|
|
f (void)
|
|
{
|
|
throw (A (42));
|
|
}
|