summaryrefslogtreecommitdiff
path: root/test/FrontendC++/2009-07-16-Using.cpp
blob: c0e031424acbe87136e7fbebe4e732aab005c8f8 (plain)
1
2
3
4
5
6
7
8
// RUN: %llvmgxx %s -S -o /dev/null

namespace A {
  typedef int B;
}
struct B {
};
using ::A::B;