Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp2a
/
nontype-class47.C
blob: 1f31b9bd5306783ca506b6e8d786d5be9f9ac40e [
file
] [
log
] [
blame
]
// PR c++/95291
// { dg-do compile { target c++20 } }
template
<
typename
T
=
int
>
class
xy
{
};
template
<
xy _size
>
struct
window_root
{
};
template
<
typename
minion
>
struct
flip_horizontally
:
window_root
<
minion
::
size
>
{
};