xref: /llvm-project/flang/test/Driver/Inputs/libfun.f90 (revision b75e7c61ffc4adea0ec5fca63ba3feba845c8303)
1subroutine libfun(x)
2  integer :: x
3end subroutine
4
5