Files
wasmtime/cranelift/filetests/filetests/parser/keywords.clif
lazypassion 747ad3c4c5 moved crates in lib/ to src/, renamed crates, modified some files' text (#660)
moved crates in lib/ to src/, renamed crates, modified some files' text (#660)
2019-01-28 15:56:54 -08: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