1// RUN: llvm-mc -triple x86_64-apple-darwin %s -filetype=obj -o - | macho-dump | FileCheck %s
2
3// Test the formation of the version-min load command in the MachO.
4// use a nonsense but well formed version.
5.macosx_version_min 25,3,1
6// CHECK:  (('command', 36)
7// CHECK:   ('size', 16)
8// CHECK:   ('version, 1639169)
9// CHECK:   ('reserved, 0)
10// CHECK:  ),
11