blob: 087dfd85c3152cbcea1caf48d20885f4601713b5 [file] [log] [blame]
subroutine call_mod
!DIR$ NOINLINE
use mymodule
use my_module
call mysub()
call my_sub()
end subroutine call_mod