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