Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
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
)>
{};