opnsense-src/test/FrontendC++/2009-07-16-Using.cpp

9 lines
85 B
C++
Raw Normal View History

2009-10-14 13:57:32 -04:00
// RUN: %llvmgxx %s -S
namespace A {
typedef int B;
}
struct B {
};
using ::A::B;