[flang] Accept polymorphic component element in storage_size
[llvm-project.git] / flang / test / Driver / emit-asm-from-mlir.mlir
blob99bbf1b93c42c8974a02e358ef73ebc46c9173db
1 // REQUIRES: target=aarch64{{.*}} || target=x86{{.*}} || target=arm{{.*}}
2 // Above restricts the test to those architectures that match "ret" to return
3 // from a function.
4 // Verify that the driver can consume MLIR/FIR files.
6 // RUN: %flang_fc1 -S %s -o - | FileCheck %s
8 // CHECK-LABEL: foo:
9 // CHECK: ret
10 func.func @foo() {
11   return