mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-19 15:23:30 +08:00
8 lines
60 B
C++
8 lines
60 B
C++
|
#include "dl3header.h"
|
||
|
|
||
|
void
|
||
|
f (void)
|
||
|
{
|
||
|
throw (A (42));
|
||
|
}
|