brintos

brintos / llvm-project-archived public Read only

0
0
Text · 212 B · 2601821 Raw
14 lines · plain
1module foo2  interface do_foo3    procedure do_foo_impl4  end interface5  interface do_bar6    procedure do_bar_impl7  end interface8contains9  subroutine do_foo_impl()10  end11  subroutine do_bar_impl()12  end13end14