Files
clang-p2996/flang/test/Driver/fsave-main-program.f90
2025-01-08 14:17:04 +01:00

6 lines
286 B
Fortran

! Check that the driver passes through -fsave-main-program:
! RUN: %flang -### -S -fsave-main-program %s -o - 2>&1 | FileCheck %s
! Check that the compiler accepts -fsave-main-program:
! RUN: %flang_fc1 -emit-hlfir -fsave-main-program %s -o -
! CHECK: "-fc1"{{.*}}"-fsave-main-program"