Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
using-enum-3_b.C
blob: 8ac6e398ee75f4b9c3bcdbd3bad1fd344c397fe5 [
file
] [
log
] [
blame
]
// { dg-do compile { target c++20 } }
// { dg-additional-options "-fmodules-ts" }
import
using_enum_3
;
static_assert
(
text_encoding
::
id
::
CP50220
==
text_encoding
::
CP50220
);