1
2!----------
3! RUN lines
4!----------
5! Try to embed missing file
6! RUN: not %flang_fc1 -emit-llvm -o - -fembed-offload-object=%S/Inputs/missing.f90 %s 2>&1 | FileCheck %s --check-prefix=ERROR
7
8! ERROR: error: could not open
9
10parameter(i=1)
11integer :: j
12end program
13