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