1 2 3 4 5 6 7 8 9 10 11 12
; 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