Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
incomplete7.C
blob: 80b3e7bf8bf0f606c9fa091c6238b2e483fce2a9 [
file
] [
log
] [
blame
]
// PR c++/72849
extern
struct
Foo
a
;
template
<typename>
void
fn1
()
{
a
;
}