2015-11-17 18:00:43 +08:00
|
|
|
# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s 2>&1 | FileCheck %s
|
2014-05-22 10:18:10 +08:00
|
|
|
|
2015-11-17 18:00:43 +08:00
|
|
|
# CHECK: error: starting a new symbol definition without completing the previous one
|
|
|
|
# CHECK: error: starting a new symbol definition without completing the previous one
|
2014-05-22 10:18:10 +08:00
|
|
|
.def first
|
|
|
|
.def second
|
2015-11-17 18:00:43 +08:00
|
|
|
.def third
|
2014-05-22 10:18:10 +08:00
|
|
|
|