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