xref: /llvm-project/flang/test/Driver/emit-asm-x86.f90 (revision 9af92ed8a0da2c35773708dc7a23cd8e56557e2d)
1! Test -S (X86)
2
3! REQUIRES: x86-registered-target
4
5! RUN: %flang_fc1 -S -triple x86_64-unknown-linux-gnu %s -o - | FileCheck %s
6! RUN: %flang -S -target x86_64-unknown-linux-gnu %s -o - | FileCheck %s
7
8! CHECK-LABEL: _QQmain:
9! CHECK: ret
10
11end program
12