xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cr16/nop.cgs (revision 901e7e84758515fbf39dfc064cb0b45ab146d8b0)
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