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