blob: ddb67a5162130d4eb29162bafccac406ab818618 [file] [log] [blame]
namespace N {
struct S {
int a;
};
}
namespace N {
struct T {
int b;
};
}