shithub
tenseleyflow
/
bencch
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
bencch
Public
Watch
0
Fork
0
Star
0
bencch
/
fixtures
/
modules
/
mixed_only
/
bridge_values.f90
Fortran · 125 bytes
Raw
Blame
History
1
module
mixed_only_bridge
2
use
mixed_only_values
,
only
:
kept
=>
alpha
,
beta
3
implicit
none
4
end
module
mixed_only_bridge
5