blob: c0e031424acbe87136e7fbebe4e732aab005c8f8 [file] [log] [blame]
Dan Gohman01baea32010-04-30 17:42:30 +00001// RUN: %llvmgxx %s -S -o /dev/null
Rafael Espindola3f2122b2009-07-16 13:35:42 +00002
3namespace A {
4 typedef int B;
5}
6struct B {
7};
8using ::A::B;