ERROR: Unable to parse source file : /home/adieumeg/Documents/Repositories/lustrec-tests/vhdl_json/vhdl_files/ghdl/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_19_tkfifo-b.vhd ERROR: Parse error at line 31 column 12: 21: -- 22: -- $Id: ch_19_tkfifo-b.vhd,v 1.3 2001-10-26 16:29:36 paw Exp $ 23: -- $Revision: 1.3 $ 24: -- 25: -- --------------------------------------------------------------------- 26: 27: package body token_fifo_adt is 28: 29: function new_fifo return fifo_type is 30: begin 31: return new fifo_record'( null, null ); ^ 32: end function new_fifo; 33: 34: 35: procedure test_empty ( variable fifo : in fifo_type; 36: variable is_empty : out boolean ) is 37: begin 38: is_empty := fifo.head_entry = null; 39: end procedure test_empty; 40: 41: WARN: Missing blame information for the following files: WARN: * ch_19_tkfifo-b.vhd WARN: This may lead to missing/broken features in SonarQube