Sign in
fuchsia
/
third_party
/
llvm-project
/
d664c9066840ab57314f0de99fb4e5902b51f8cb
/
.
/
clang
/
test
/
Modules
/
Inputs
/
module-transtive-instantiation
/
bar.cppm
blob: 63cd595a642dc4669bcf3f4d5ea891f95ba7119d [
file
] [
log
] [
blame
]
export
module
bar
;
import
Templ
;
export
template
<
class
T
>
int
bar
()
{
return
G
<
T
>()();
}