blob: 5482a43c72f102d08336da57860da2fb6e707d57 [file] [log] [blame]
// Build don't link:
namespace N {
struct C {
C();
};
}
namespace M {
struct C {
C();
};
}