brintos

brintos / llvm-project-archived public Read only

0
0
Text · 281 B · 12894f3 Raw
10 lines · plain
1// RUN: rm -rf %t2// RUN: %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs %s -verify -std=c++113 4// expected-no-diagnostics5 6@import recursive_visibility_c;7 8template<typename T> struct Z { typedef T type; };9template void g<Z>();10