xref: /llvm-project/llvm/test/tools/llvm-ml/command_line_defines_errors.asm (revision f03a3caac5e5ac9a440bea1b8ad1485c714f156b)
1; RUN: llvm-ml -filetype=s %s /Fo - /Dtest1=def 2>&1 | FileCheck %s --implicit-check-not=warning:
2
3.code
4
5; CHECK: :[[# @LINE + 1]]:1: warning: redefining 'test1', already defined on the command line
6test1 textequ <redef>
7
8end
9