1 2 3 4 5 6 7 8
// Library module containing a public unscoped enum [UnscopedEnum] public enum TestEnum { CASE_A, CASE_B };