blob: 4befedf4c22cb56f0cd9db22750f30eedf0d2a6c [file] [log] [blame]
! { dg-do compile }
! PR52564 Accepts invalid: Missing I/O list after comma
program printbug
print *, 'hello world'
! the following line should not compile:
print *, ! { dg-error "not allowed" }
end program