blob: 67f1e29a0ebf03555a155b60be2636e3dc81d50a [file] [log] [blame]
! { dg-do compile }
! { dg-options "-Wno-all" }
!
! By default, for free-form source code: Error out
! But due to the explicit -Wno-all, compile w/o warning
!
print *, 1 + 2
end