mirror of
https://github.com/nasa/fpp.git
synced 2025-12-11 11:16:42 -06:00
7 lines
101 B
Fortran
7 lines
101 B
Fortran
passive component C {
|
|
enum E { X, Y }
|
|
}
|
|
|
|
@ An identical enum outside the component
|
|
enum E { X, Y }
|