Mercurial > hg > CbC > CbC_llvm
view flang/test/Driver/module-suffix.f90 @ 209:dd44ba33042e
merged...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:36:09 +0900 |
parents | 2e18cbf3894f |
children | c4bab56944e8 |
line wrap: on
line source
! Tests `-module-suffix` frontend option !-------------------------- ! RUN lines !-------------------------- ! RUN: rm -rf %t && mkdir -p %t/dir-flang/ ! RUN: cd %t && %flang_fc1 -fsyntax-only -module-suffix .f18.mod -module-dir %t/dir-flang %s ! RUN: ls %t/dir-flang/testmodule.f18.mod && not ls %t/dir-flang/testmodule.mod !-------------------------- ! INPUT !-------------------------- module testmodule type::t2 end type end