aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/module_variable_2.f90
blob: ed5b903ca26b8dd88ccbf10348827c54758903e9 (plain)
1
2
3
4
5
6
! { dg-do compile }
! { dg-options "-Wall -fmodule-private" }

module bar
  integer :: i ! { dg-warning "Unused PRIVATE" }
end module bar