Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
enum-11_a.H
blob: 1aecabfd0bd1e8665a260a741f12167ed454f476 [
file
] [
log
] [
blame
]
// PR c++/102600
// { dg-additional-options -fmodule-header }
// { dg-module-cmi {} }
enum
class
byte
:
unsigned
char
{
};