blob: 1d115e6c46af262ae071108f00dd3d8bc1a5a1a9 [file] [log] [blame]
// Build don't link:
// GROUPS passed error-messages
#include <fstream.h>
#include <iomanip.h>
// This error should not appear:
// bug.C: In method `test::test(const class test &)':
// bug.C:8: field `' not in immediate context
class test{
public:
int flags;
test() {};
};
int main()
{
return 0;
}