ERROR: Unable to parse source file : /home/adieumeg/Documents/Repositories/lustrec-tests/vhdl_json/vhdl_files/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1718.vhd ERROR: Parse error at line 43 column 3: 33: -- Local procedure. 34: procedure proccall; 35: procedure proccall is 36: begin 37: assert( TRUE ) severity NOTE; 38: end; 39: 40: begin 41: 42: -- Try a concurrent assertion statement. 43: assert( TRUE ) severity NOTE; ^ 44: 45: -- Try a passive concurrent procedure call. 46: proccall; 47: 48: -- Try a passive process statement. 49: process 50: begin 51: assert( TRUE ) severity NOTE; 52: wait; 53: end process; WARN: Missing blame information for the following files: WARN: * tc1718.vhd WARN: This may lead to missing/broken features in SonarQube