//DIAGNOSTIC_TEST:SIMPLE: struct Color { int Red; } void test() { int x = Color.Red; }