mirror of
https://github.com/reactos/CMake.git
synced 2024-11-30 23:10:26 +00:00
9 lines
80 B
C++
9 lines
80 B
C++
|
|
enum SomeEnum : short;
|
|
|
|
void someFunc()
|
|
{
|
|
SomeEnum value;
|
|
int i = value;
|
|
}
|