xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/v850/testutils.cgs (revision 4439cfd0acf9c7dc90625e5cd83b2317a9ab8967)
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