Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
typeof7.C
blob: 6c426931bbbc3b509beb5851c917e21586fcb7c5 [
file
] [
log
] [
blame
]
// PR c++/13635
// { dg-options "" }
template
<
int
n
>
class
X
{
template
<
class
Y
>
typeof
(
Y
::
y
)
foo
();};
X
<
0
>
x
;