blob: 676b9b27d63cecdaa62dd3546a22af86bab3144b [file] [log] [blame]
namespace {
class c
{
public:
c () {}
virtual ~c() {}
};
};
void
foo (void)
{
c x;
}