xref: /llvm-project/lld/test/ELF/Inputs/mips-micro.s (revision 4f70b30d6f3ed6b3f907a737f1d4013c653f7a15)
1  .text
2  .set micromips
3  .global foo
4  .type foo,@function
5foo:
6  nop
7
8  .set nomicromips
9  .global bar
10  .type bar,@function
11bar:
12  nop
13