1 struct S 2 { 3 alias x this; // should cause undefined identifier error 4 } 5 main()6 void main() 7 { 8 } 9