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