blob: a701605a8af546d26fd3ea2f1323c72224eb6cc7 [file] [log] [blame]
; RUN: llvm-ml -m32 -filetype=s %s /Fo - | FileCheck %s
.386p
.model flat
.code
mov eax, eax
end
; CHECK-NOT: 386p
; CHECK-NOT: model
; CHECK-NOT: flat