Add dg-require-visibility to tests that require visibility support.
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr90988_4.f
blob0a4e3f6aabfa8ca011569fb94f22b1bdc3233380
1 c { dg-do compile }
2 c { dg-require-visibility "" }
3 module foo
4 implicit none
5 real a,b,c
6 integer i,j,k
7 public a,b
8 publicc
9 private i,j
10 privatek
11 end module foo