1*f03a3caaSEric Astor; RUN: llvm-ml -filetype=s %s /Fo - /Dtest1=def 2>&1 | FileCheck %s --implicit-check-not=warning:
2*f03a3caaSEric Astor
3*f03a3caaSEric Astor.code
4*f03a3caaSEric Astor
5*f03a3caaSEric Astor; CHECK: :[[# @LINE + 1]]:1: warning: redefining 'test1', already defined on the command line
6*f03a3caaSEric Astortest1 textequ <redef>
7*f03a3caaSEric Astor
8*f03a3caaSEric Astorend
9