diff options
Diffstat (limited to 'testsuite/gna/ticket35/ascii7.vhdl')
-rw-r--r-- | testsuite/gna/ticket35/ascii7.vhdl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/gna/ticket35/ascii7.vhdl b/testsuite/gna/ticket35/ascii7.vhdl new file mode 100644 index 000000000..d1944b336 --- /dev/null +++ b/testsuite/gna/ticket35/ascii7.vhdl @@ -0,0 +1,4 @@ +-- This is standard 7bit ascii encoding + +package p1 is +end p1; |