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