nop.cgs 101 B

123456789101112
  1. # frv testcase for nop
  2. # mach: all
  3. .include "testutils.inc"
  4. start
  5. .global nop
  6. nop:
  7. nop
  8. pass