1 2 3 4 5 6 7 8 9 10 11
//TEST:LANG_SERVER: // // tests empty subscript argument. void main() { //HOVER:8,13 float3 arr[3]; arr[].; }