opnsense-src/test/FrontendC++/2009-07-16-Using.cpp
2009-10-14 17:57:32 +00:00

8 lines
85 B
C++

// RUN: %llvmgxx %s -S
namespace A {
typedef int B;
}
struct B {
};
using ::A::B;