ERROR: Unable to parse source file : /home/adieumeg/Documents/Repositories/lustrec-tests/vhdl_json/vhdl_files/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1038.vhd ERROR: Parse error at line 32 column 35: 22: -- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23: 24: -- --------------------------------------------------------------------- 25: -- 26: -- $Id: tc1038.vhd,v 1.2 2001-10-26 16:29:38 paw Exp $ 27: -- $Revision: 1.2 $ 28: -- 29: -- --------------------------------------------------------------------- 30: 31: package c06s04b00x00p02n01i01038pkg is 32: type THREE is range 1 to 3; ^ 33: type A2 is array (THREE, THREE) of BOOLEAN; 34: function Af2 (g : integer) return A2; 35: end c06s04b00x00p02n01i01038pkg; 36: 37: package body c06s04b00x00p02n01i01038pkg is 38: function Af2 (g : integer) return A2 is 39: variable vaf1 : A2; 40: begin 41: return Vaf1; 42: end Af2; WARN: Missing blame information for the following files: WARN: * tc1038.vhd WARN: This may lead to missing/broken features in SonarQube