2 ! Structure constructor with component naming, test that an error is emitted
3 ! if there are arguments without name after ones with name.
8 ! Structure of basic data types
14 TYPE(basics_t) :: basics
16 basics = basics_t (i=42, 1.5) ! { dg-error "without name after" }