• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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