brintos

brintos / llvm-project-archived public Read only

0
0
Text · 265 B · 70690d3 Raw
13 lines · plain
1 2!----------3! RUN lines4!----------5! Try to embed missing file6! RUN: not %flang_fc1 -emit-llvm -o - -fembed-offload-object=%S/Inputs/missing.f90 %s 2>&1 | FileCheck %s --check-prefix=ERROR7 8! ERROR: error: could not open9 10parameter(i=1)11integer :: j12end program13