fun main() { var tri: (int, bool) = (10, false); return; } /** @compilation_should_fail @stderr bool type is not supported yet */