fork download
  1.  
  2. struct S {}
  3.  
  4. void main()
  5. {
  6. int[] x = cast(S[])[];
  7. }
Success #stdin #stdout 0.01s 2036KB
stdin
Standard input is empty
stdout
Standard output is empty