1# RUN: not llvm-mc -triple=x86_64 %s -o /dev/null 2>&1 | FileCheck %s
2
3# CHECK: {{.*}}.s:6:1: error: unmatched .ifs or .elses
4.if 1
5.else
6