xref: /aosp_15_r20/external/llvm/test/MC/COFF/section-passthru-flags.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker// RUN: llvm-mc -triple i386-pc-win32 < %s | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker.section .klaatu,"wn"
3*9880d681SAndroid Build Coastguard Worker// CHECK: .section .klaatu,"wn"
4*9880d681SAndroid Build Coastguard Worker.section .barada,"y"
5*9880d681SAndroid Build Coastguard Worker// CHECK: .section .barada,"y"
6*9880d681SAndroid Build Coastguard Worker.section .nikto,"dws"
7*9880d681SAndroid Build Coastguard Worker// CHECK: .section .nikto,"dws"
8