8 lines
101 B
Plaintext
Vendored
8 lines
101 B
Plaintext
Vendored
// My: to be implemented
|
|
// DISABLE-ERRORS
|
|
expect enum class My {
|
|
FIRST,
|
|
SECOND,
|
|
LAST;
|
|
|
|
} |