#lang racket
(require "test-util.scm")
(test-eq
(compile-arm-asm "aarch64-hello.s" "a.out")
#t)
(run-arm-executable "a.out")
42)