aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue132/repro.vhdl
blob: 3b35665b9c2af49009cf017bca0202a21acbb3ef (plain)
1
2
3
4
package pkg is
  constant a : integer := 5; -- Strange but valid character: é
  --  Invalid ascii character €
end pkg;