blob: 70690d38a6c258f399e8e971e89e5cbb3f0110ee [file] [log] [blame]
!----------
! RUN lines
!----------
! Try to embed missing file
! RUN: not %flang_fc1 -emit-llvm -o - -fembed-offload-object=%S/Inputs/missing.f90 %s 2>&1 | FileCheck %s --check-prefix=ERROR
! ERROR: error: could not open
parameter(i=1)
integer :: j
end program