• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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