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