PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / static_linking_1.f
blob099f4d48506385bf5d46bc9831702758c905fcdb
1 ! { dg-do run }
2 ! { dg-require-effective-target static_libgfortran }
3 ! { dg-additional-sources static_linking_1.c }
4 ! { dg-options "-static" }
6 ! This testcase checks that statically linking libgfortran with C main()
7 ! really calls the constructor function
8 ! PR libfortran/22298
9 subroutine f
10 print *, "subroutine output"
11 end