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