1# RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
2
3# This *MUST* match the output of gas compiled with the same triple.
4# CHECK: Flags [ (0x54001000)
5
6        .set mips16
7f:
8        nop
9