13 lines
105 B
Plaintext
13 lines
105 B
Plaintext
|
# frv testcase for mnop
|
||
|
# mach: all
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global mnop
|
||
|
mnop:
|
||
|
mnop
|
||
|
|
||
|
pass
|