Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
concept-9_b.C
blob: 55a64a9a4134e92a6b25f2e749c21c2d17efd3ba [
file
] [
log
] [
blame
]
// PR c++/113405
// { dg-additional-options "-fmodules-ts" }
// { dg-require-effective-target c++20 }
import
M
;
struct
test
{};
using
quux
=
corge_alias
<test>
;