blob: 9723bd1a8285d48474dbe13f5c4304a135b8c50b [file] [log] [blame]
! { dg-do compile }
!
! PR 50515: gfortran should not accept an external that is a common (r178939)
!
! Contributed by Vittorio Zecca <zeccav@gmail.com>
common/sub/ a ! { dg-error "cannot have the EXTERNAL attribute" }
external sub
end