Files
wasmtime/cranelift/filetests/parser/keywords.clif
2018-07-13 09:15:16 -07:00

6 lines
147 B
Plaintext

test cat
; 'function' is not a keyword, and can be used as the name of a function too.
function %function() {}
; check: function %function() fast