Home | History | Annotate | Download | only in ELF
      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