Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
26356ccf00f813cf358d420b55939fc737eb2cfa
/
.
/
test
/
Modules
/
cxx-linkage-cache.cpp
blob: 296cc8034f5ada9a476580a41e192120c27e46f8 [
file
] [
log
] [
blame
]
// RUN: rm -rf %t
// RUN: %clang_cc1 -x objective-c++ -fmodules -fmodules-cache-path=%t -I %S/Inputs %s -verify -std=c++11
@import
cxx_linkage_cache
;
T x
;
// expected-error {{unknown type name 'T'}}
D
::
U
<int>
u
;
bool
b
=
f
(
u
);