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