1! { dg-do compile }
2! PR20837 - A symbol may not be declared PUBLIC or PRIVATE outside a module.
3! Contributed by Joost VandeVondele <jv244@cam.ac.uk>
4integer, parameter, public :: i=1 ! { dg-error "outside of the specification part of a module" }
5END
6