calling `zephir_parse_file` with content as follows ```zep public function extract() { char ch1; string name = "peter"; let ch1 = name[1]; return (uchar)ch1; } ``` will print to stderr > unknown type?