Sign in
llvm
/
llvm-archive
/
48649d2c83b557841c9e5c978d9ab5af13cb52e5
/
.
/
llvm-gcc-4.0
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
realloc.C
blob: 3e50aa80490f12cb19452a348c8d5f46ac18191e [
file
] [
log
] [
blame
]
// { dg-do assemble }
extern
"C"
void
realloc
();
class
bug
{
public
:
void
realloc
(
int
foo
,
int
bar
);
};
void
f
()
{
bug c
;
c
.
realloc
(
50
,
50
);
}