summaryrefslogtreecommitdiff
path: root/flang/test/Driver/embed-error.f90
blob: 70690d38a6c258f399e8e971e89e5cbb3f0110ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12

!----------
! 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