blob: 725366de84eda60fcae3c09f84601d9c4e677b93 [file] [edit]
! Test that flang rejects assembly files as input
! RUN: not %flang -c %s 2>&1 | FileCheck %s
! CHECK: error: flang does not support assembly files as input
.globl foo
foo:
ret