index
:
fpm
master
A friendly, barely modified fork of fortran-lang.org's package manager
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
example_packages
/
auto_discovery_off
/
app
/
unused.f90
blob: 57d81538788c547c2064bd43c56aec2ab75029d5 (
plain
)
1
2
3
4
5
6
program unused implicit none print *, "This program should NOT run." end program unused