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