1 // RUN: llvm-mc -triple=x86_64-apple-darwin %s | FileCheck %s 2 3 a: 4 b: 5 .uleb128 a-b 6 7 // CHECK: .uleb128 a-b 8