brintos

brintos / llvm-project-archived public Read only

0
0
Text · 108 B · a692d4d Raw
9 lines · cpp
1// RUN: %clang_cc1 -emit-llvm %s -o /dev/null2 3namespace A {4  typedef int B;5}6struct B {7};8using ::A::B;9