// EXEC: cjc %import-path %L %l %f
// EXEC: ./main
import yaml4cj.yaml.*
main() {
// 2023年2月27日 不再提供外部能力
// let m: Array<String> = ["this is error"]
// let res = TypeError(m)
// println()
// if(
// res.toString() != "yaml: unmarshal errors:\n this is error"
// ) {
// return-1
// }
return 0
}