xref: /aosp_15_r20/external/llvm/test/MC/ELF/align-zero.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1// Test that an alignment of zero is accepted.
2// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o -
3
4  .align 0
5