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