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