2 ! { dg-options "-std=legacy" }
5 ! Make sure derived type I/O with PRIVATE components works where it's allowed
35 if (trim(adjustl(c
)) /= "31337") call abort
37 if (trim(adjustl(c
)) /= "255") call abort
45 ! { dg-final { cleanup-modules "m1 m2" } }