[flang] Accept polymorphic component element in storage_size
[llvm-project.git] / flang / test / Driver / emit-asm-x86.f90
blob124289bbb27d75bee81aed94753d27bc62b24ba6
1 ! Test -S (X86)
3 ! REQUIRES: x86-registered-target
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
8 ! CHECK-LABEL: _QQmain:
9 ! CHECK: ret
11 end program