// { dg-do assemble }// GROUPS passed error-messages#include<fstream>#include<iomanip>// This error should not appear:// bug.C: In method `test::test(const class test &)':// bug.C:8: field `' not in immediate contextclasstest{public:intflags;test(){}};intmain(){return0;}