blob: 4befedf4c22cb56f0cd9db22750f30eedf0d2a6c (
plain)
1
2
3
4
5
6
7
|
! { 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
|