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