Files
wasmtime/cranelift/tests/parser/tiny.cton
Jakob Stoklund Olesen 7b03ecfe04 Add very basic test framework for parser tests.
Start with a shell script that runs .cton files through 'cton-util cat' and
compares the output to a reference. This can get fancy later.
2016-07-05 12:51:02 -07:00

6 lines
72 B
Plaintext

; The smallest possible function.
function minimal() {
ebb0:
trap
}