Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
export-7.C
blob: 11001390d17a938b1bc34d6d684d1c10bc7174cd [
file
]
// PR c++/124781
// { dg-do compile { target c++20 } }
// { dg-additional-options "-fmodules" }
// { dg-module-cmi foo }
export
module
foo
;
export
using
xx
=
decltype
([]
{
using
yy
=
int
;
int
abc
=
123
;
}());