2022-07-22 09:44:47 -07:00

7 lines
101 B
Fortran

passive component C {
enum E { X, Y }
}
@ An identical enum outside the component
enum E { X, Y }