Files
gsc/test/ct/tokenizers_agree/id_quotes.aes
T
2026-06-05 13:36:01 -07:00

9 lines
156 B
Plaintext

main contract Foo =
type state = unit
entrypoint init(): state =
()
entrypoint foo'(): unit = ()
entrypoint foo'bar'(): unit = ()