1 2 3 4 5 6 7 8
//TEST:LANG_SERVER: struct MyType{}; void m() { MyType b; //HOVER:7,19 reinterpret<MyType, MyType>(b); }