2015-07-03 Christophe Lyon <christophe.lyon@linaro.org>
[official-gcc.git] / gcc / testsuite / gfortran.dg / module_variable_2.f90
blobed5b903ca26b8dd88ccbf10348827c54758903e9
1 ! { dg-do compile }
2 ! { dg-options "-Wall -fmodule-private" }
4 module bar
5 integer :: i ! { dg-warning "Unused PRIVATE" }
6 end module bar