brintos

brintos / llvm-project-archived public Read only

0
0
Text · 252 B · 3ce55b4 Raw
9 lines · cpp
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@import cxx_linkage_cache;5 6T x; // expected-error {{unknown type name 'T'}}7D::U<int> u;8bool b = f(u);9