v/vlib/v/checker/tests/import_symbol_type_err.vv

5 lines
55 B
V

import crypto { Coin }
fn main() {
println(Coin{})
}