100ebbeddSEric Astor; RUN: not llvm-ml -filetype=s %s /Fo - 2>&1 | FileCheck %s --implicit-check-not=error:
200ebbeddSEric Astor
300ebbeddSEric Astor.data
400ebbeddSEric Astor
500ebbeddSEric Astor; <var> EQU <expression> can't be redefined to a new value
600ebbeddSEric Astorequated_number equ 3
700ebbeddSEric Astor; CHECK: :[[# @LINE + 1]]:21: error: invalid variable redefinition
800ebbeddSEric Astorequated_number equ 4
900ebbeddSEric Astor
10*4cbb912dSEric Astor; CHECK: :[[# @LINE + 1]]:1: error: cannot redefine a built-in symbol
11*4cbb912dSEric Astor@Line equ 5
12*4cbb912dSEric Astor
13*4cbb912dSEric Astor; CHECK: :[[# @LINE + 1]]:1: error: cannot redefine a built-in symbol
14*4cbb912dSEric Astor@Version equ 6
15*4cbb912dSEric Astor
1600ebbeddSEric Astor.code
1700ebbeddSEric Astor
1800ebbeddSEric Astorend
19