! { dg-do compile } ! PR20837 - A symbol may not be declared PUBLIC or PRIVATE outside a module. ! Contributed by Joost VandeVondele integer, parameter, public :: i=1 ! { dg-error "outside of the specification part of a module" } END