Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.robertl
/
eb30.C
blob: e0f290b7f0be595eadffdb3207c351cff21fb6df [
file
] [
log
] [
blame
]
// { dg-do assemble }
#include
<fstream>
class
bifstream
:
public
std
::
ifstream
{
public
:
bifstream
();
// ~bifstream();
};
void
load_bin
()
{
bifstream
InFile
;
if
(!
InFile
)
return
;
}