ref: 0b71df23363b948afdb16b5f08dcbc1508278a6b dir: /test/emptytrait.myr/
use std trait fooable @a = ;; impl fooable int generic foo = {x : @a::fooable -> x } const main = { std.exit(foo(123)) }