FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb123.C
blobdd729d48ae9bf4944a1f569b8bab93c3cc32d9a0
1 // Special g++ Options: -O2 -W   
2 // Build don't link: 
3 #include "stdio.h"
5 void writeNote() throw( int )
7     printf( "hello world\n" );
8     try { }
9     catch( int ){ throw; }