aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug099/repro.vhdl
blob: 4b53433bc9766c4d2b7580188815226460280137 (plain)
1
2
3
4
5
6
7
`entity fum is
`end entity;
`
`architecture bul of fum is
`    begin
`    end architecture;
```