Plugins: Add label-text.h to CPPLIB_H so it will be installed [PR115288]
[official-gcc.git] / gcc / testsuite / gfortran.dg / byte_4.f90
blob06873e5195ccfd5f54d1e18a768ea410014e38cd
1 ! { dg-do compile }
2 ! { dg-options "-w" }
3 bytea ! { dg-error "Unclassifiable statement" }
4 byte b
5 byte :: d
6 a = 1
7 b = 1
8 d = 1
9 print *, a, b * d
10 end