1! RUN: %flang -### %s 2>&1 | FileCheck %s 2 3! CHECK: "{{.*}}flang" "-fc1" {{.*}} "-o" "{{.*}}.o" 4program f08 5end program f08 6