1 # RUN: llvm-mc -triple=x86_64 %s | FileCheck %s
10 ## Difference: GNU as squeezes repeated spaces.
11 # CHECK: .ascii "|1 2"
13 ## Difference: GNU as non-x86 drops the space before '(' (gas PR/25750)
14 # CHECK: .ascii "|1 (2 3"
16 # CHECK: .ascii "|1 2 3)"
19 .macro two a, b:vararg
27 ## Difference: GNU as squeezes repeated spaces.
28 # CHECK: .ascii "|1|2 3"
31 ## Parameters can be separated by spaces
32 .macro two1 a b:vararg
36 # CHECK: .ascii "|1|2"