aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/enum01/test_pkg.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/enum01/test_pkg.vhdl')
-rw-r--r--testsuite/synth/enum01/test_pkg.vhdl3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/synth/enum01/test_pkg.vhdl b/testsuite/synth/enum01/test_pkg.vhdl
new file mode 100644
index 000000000..08fae8cee
--- /dev/null
+++ b/testsuite/synth/enum01/test_pkg.vhdl
@@ -0,0 +1,3 @@
+package test_pkg is
+ type number_t is (ONE, TWO, THREE);
+end package;