Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
enum-12.C
blob: 3f29c52d59d9a2a08a8b8a7df2ad972e460aecc9 [
file
] [
log
] [
blame
]
// PR c++/99573
// { dg-additional-options "-fmodules-ts" }
// { dg-module-cmi !foo }
export
module
foo
;
namespace
std
{
enum
class
align_val_t
:
decltype
(
sizeof
(
int
))
{};
// { dg-error "in module .foo. conflicts with builtin" }
}