ERROR: Unable to parse source file : /home/adieumeg/Documents/Repositories/lustrec-tests/vhdl_json/vhdl_files/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1035.vhd ERROR: Parse error at line 38 column 31: 28: -- 29: -- --------------------------------------------------------------------- 30: 31: ENTITY c06s04b00x00p02n01i01035ent IS 32: END c06s04b00x00p02n01i01035ent; 33: 34: ARCHITECTURE c06s04b00x00p02n01i01035arch OF c06s04b00x00p02n01i01035ent IS 35: 36: BEGIN 37: TESTING: PROCESS 38: type THREE is range 1 to 3; ^ 39: 40: type A1 is array (THREE) of BOOLEAN; 41: type A2 is array (THREE, THREE) of BOOLEAN; 42: type A3 is array (THREE) of A1; 43: 44: function F3(i : integer) return A3 is 45: variable AR3 : A3; 46: begin 47: return AR3; 48: end F3; WARN: Missing blame information for the following files: WARN: * tc1035.vhd WARN: This may lead to missing/broken features in SonarQube