xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/v850/testutils.cgs (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
1# v850 test framework
2# mach: all
3
4	.include "testutils.inc"
5
6# This just makes sure that a passing test will pass.
7
8	seti	0x12345678, r1
9
10	reg	r1, 0x12345678
11
12	pass
13