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