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