7 lines
58 B
C++
7 lines
58 B
C++
|
enum E {
|
||
|
a = 1,
|
||
|
b = 2
|
||
|
};
|
||
|
|
||
|
enum OpaqueWithType : long;
|