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