bolt/deps/llvm-18.1.8/flang/test/Driver/supported-suffices/f08-suffix.f08

6 lines
128 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
! RUN: %flang -### %s 2>&1 | FileCheck %s
! CHECK: "{{.*}}flang-new" "-fc1" {{.*}} "-o" "{{.*}}.o"
program f08
end program f08