blob: c0e031424acbe87136e7fbebe4e732aab005c8f8 [file] [log] [blame]
// RUN: %llvmgxx %s -S -o /dev/null
namespace A {
typedef int B;
}
struct B {
};
using ::A::B;