PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / assign_4.f
blob3277f7c74a2413670624727d75dbc8495c26a28d
1 ! { dg-do compile }
2 ! Option passed to avoid excess errors from obsolete warning
3 ! { dg-options "-w" }
4 ! PR17423
5 program testit
7 assign 12 to i
8 write(*, i)
9 0012 format (" **** ASSIGN FORMAT NUMBER TO INTEGER VARIABLE ****" )
10 end