Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
typeof5.C
blob: d1ee4f718d15592b3cb78600c6caa1cf7c794f39 [
file
] [
log
] [
blame
]
// { dg-options "" }
int
foo
;
template
<
class
T
>
struct
Base
{};
template
<
class
T
>
struct
Derived
:
public
Base
<
typeof
(
foo
)>
{};