The codeenum class test { ZERO, ONE };int main(){ const test zero = test::ZERO; int* x = zero;}can compile - it shouldn't
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results