19 lines · plain
1; RUN: not llvm-ml -filetype=s %s /Fo - 2>&1 | FileCheck %s --implicit-check-not=error:2 3.data4 5; <var> EQU <expression> can't be redefined to a new value6equated_number equ 37; CHECK: :[[# @LINE + 1]]:21: error: invalid variable redefinition8equated_number equ 49 10; CHECK: :[[# @LINE + 1]]:1: error: cannot redefine a built-in symbol11@Line equ 512 13; CHECK: :[[# @LINE + 1]]:1: error: cannot redefine a built-in symbol14@Version equ 615 16.code17 18end19