xref: /aosp_15_r20/external/llvm/test/MC/COFF/invalid-endef.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s 2>&1 | FileCheck %s
2
3# CHECK: ending symbol definition without starting one
4# CHECK: ending symbol definition without starting one
5	.endef
6	.endef
7
8