Home | History | Annotate | Line # | Download | only in libphobos.betterc
      1 /*******************************************/
      2 // https://issues.dlang.org/show_bug.cgi?id=18828
      3 
      4 struct S18828 { }
      5 
      6 extern(C) void main()
      7 {
      8     S18828 s;
      9     destroy(s);
     10 }
     11