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