xref: /aosp_15_r20/external/llvm/test/MC/X86/macho-uleb.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1// RUN: llvm-mc -triple=x86_64-apple-darwin %s | FileCheck %s
2
3a:
4b:
5        .uleb128 a-b
6
7// CHECK:        .uleb128 a-b
8