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