16 lines · plain
1// RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s2 3// CHECK: .byte 14.if [~0 >> 63] == 15.byte 16.else7.byte 28.endif9 10// CHECK: .byte 311.if 4 * [4 + (3 + [2 * 2] + 1)] == 4812.byte 313.else14.byte 415.endif16 1// RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s2 3// CHECK: .byte 14.if [~0 >> 63] == 15.byte 16.else7.byte 28.endif9 10// CHECK: .byte 311.if 4 * [4 + (3 + [2 * 2] + 1)] == 4812.byte 313.else14.byte 415.endif16