mirror of
https://github.com/opnsense/src.git
synced 2026-03-10 10:13:20 -04:00
8 lines
85 B
C++
8 lines
85 B
C++
// RUN: %llvmgxx %s -S
|
|
|
|
namespace A {
|
|
typedef int B;
|
|
}
|
|
struct B {
|
|
};
|
|
using ::A::B;
|