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