[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git] / llvm / test / MC / AsmParser / unmatched-if.s
blobb2451666eb78de845f96e662be6f348a73ea17cf
1 # RUN: not llvm-mc -triple=x86_64 %s -o /dev/null 2>&1 | FileCheck %s
3 # CHECK: {{.*}}.s:6:1: error: unmatched .ifs or .elses
4 .if 1
5 .else