// { dg-do assemble }// Test to make sure &<incomplete record type> works in c++structFILE{int_flags;};externstruct_fake_filebuf__std_filebuf_2;classValue{intwidth;public:Value();friendValueoperator&(__constValue&,__constValue&);};FILE*Foo(){return((FILE*)&__std_filebuf_2);}