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