blob: 6c6d73b01c3374ec907fa1b0b9e92064f5c754ff [file] [log] [blame]
! { dg-do compile }
! { dg-options "-std=f2018 -Wno-error" }
!
! By default, for free-form source code: Error out
! But due to -Wno-error, we only expect a warning
!
print *, 1 + 2 ! { dg-warning "Line truncated at .1." }
end