# cr16 testcase for bal $disp24
# mach(): cr16

	.include "testutils.inc"

	start

	.global bal24
bal24:
	bal (ra), ok

	fail

ok:
	pass
