DEBSOURCES
Skip Quicknav
sources / ghdl / 5.0.1%2Bdfsg-1 / testsuite / synth / issue945 / ent.vhdl
123456789
entity ent is end ent; architecture a of ent is signal test : bit; alias a1 : bit is test; alias a2 : bit is a1; begin end a;