aboutsummaryrefslogtreecommitdiffstats
path: root/tests/errors/syntax_err13.v
blob: b5c942fcad429ce912fa151a657fbd7a0e679b5b (plain)
1
2
3
4
module a #(p = 0)
();
endmodule
/
#! /bin/sh

. ../../testenv.sh

analyze test.vhdl
elab_simulate test
clean

GHDL_STD_FLAGS=--std=08

analyze test.vhdl
analyze test2.vhdl
clean

echo "Test successful"