1 2 3 4 5 6 7 8 9 10
//TEST:LANG_SERVER: //HOVER:9,29 struct MyType {} void main() { MyType a; let b = reinterpret<MyType>(a); }