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.
6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
; The smallest possible function.
|
|
function minimal() {
|
|
ebb0:
|
|
trap
|
|
}
|