aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/non_module_public.f90
blob: 3201a1598e57815e935118105ff3c9170023c4c9 (plain)
1
2
3
4
5
! { dg-do compile }
! PR20837 - A symbol may not be declared PUBLIC or PRIVATE outside a module.
! Contributed by Joost VandeVondele <jv244@cam.ac.uk>
integer, parameter, public :: i=1 ! { dg-error "outside of the specification part of a module" }
END