ERROR: Unable to parse source file : /home/adieumeg/Documents/Repositories/lustrec-tests/vhdl_json/vhdl_files/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1037.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: tc1037.vhd,v 1.2 2001-10-26 16:29:38 paw Exp $ 27: -- $Revision: 1.2 $ 28: -- 29: -- --------------------------------------------------------------------- 30: 31: package c06s04b00x00p02n01i01037pkg is 32: type THREE is range 1 to 3; ^ 33: type A1 is array (THREE) of BOOLEAN; 34: function Af1 (g : integer) return A1; 35: end c06s04b00x00p02n01i01037pkg; 36: 37: package body c06s04b00x00p02n01i01037pkg is 38: function Af1 (g : integer) return A1 is 39: variable vaf1 : A1; 40: begin 41: return Vaf1; 42: end Af1; WARN: Missing blame information for the following files: WARN: * tc1037.vhd WARN: This may lead to missing/broken features in SonarQube