1#! /bin/sh 2 3. ../../testenv.sh 4 5GHDL_STD_FLAGS=--std=08 6analyze issue.vhdl 7elab_simulate issue 8 9synth_only issue 10 11clean 12 13echo "Test successful" 14