1# RUN: llvm-mc -arch=hexagon -filetype=asm %s | FileCheck %s
2
3# Make sure the assembler can parse and print the "s" flag for Hexaon's
4# small-data section.
5# CHECK: .section .sdata,"aws",@progbits
6
7  .section ".sdata", "aws", @progbits
8var:
9  .word 0
10
11