xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cr16/nop.cgs (revision 15a984a0d95c8f96abe9717ee6241762c55dc106)
1# cr16 testcase for nop
2# mach(): cr16
3
4	.include "testutils.inc"
5
6	start
7
8	.global nop
9nop:
10	nop
11	pass
12