]> git.proxmox.com Git - rustc.git/blame - src/llvm/tools/clang/test/CodeGenCXX/2009-07-16-Using.cpp
Imported Upstream version 0.6
[rustc.git] / src / llvm / tools / clang / test / CodeGenCXX / 2009-07-16-Using.cpp
CommitLineData
223e47cc
LB
1// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2
3namespace A {
4 typedef int B;
5}
6struct B {
7};
8using ::A::B;