[clang][bytecode] Implement __builtin_reduce_mul (#118287)
[llvm-project.git] / flang / test / Driver / emit-asm-aarch64.f90
blob078713329223af08464d40a38be3c6fd8987f9e9
1 ! Test -S (AArch64)
3 ! REQUIRES: aarch64-registered-target
5 ! RUN: %flang_fc1 -S -triple aarch64-unknown-linux-gnu %s -o - | FileCheck %s
6 ! RUN: %flang -S -target aarch64-unknown-linux-gnu %s -o - | FileCheck %s
8 ! CHECK-LABEL: _QQmain:
9 ! CHECK: ret
11 end program