2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / compat / init / byval1_main.C
blobacefaab1440a4e7c592f2cea83df799db2b8770b
1 // PR c++/3948
2 // Test that the destructor call for a value parameter gets the
3 // right address.
4 // Split into pieces for binary compatibility testing October 2002
6 extern void byval1_x (void);
8 int
9 main ()
11   byval1_x ();