Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
compat
/
init
/
byval1_main.C
blob: acefaab1440a4e7c592f2cea83df799db2b8770b [
file
] [
log
] [
blame
]
// PR c++/3948
// Test that the destructor call for a value parameter gets the
// right address.
// Split into pieces for binary compatibility testing October 2002
extern
void
byval1_x
(
void
);
int
main
()
{
byval1_x
();
}