summaryrefslogtreecommitdiff
path: root/tests/errors/syntax_err12.v
blob: f9b5d5b0b1fce0336f9c769388f57dec5614ee35 (plain)
1
2
3
4
5
6
7
interface iface;
endinterface

module a (
  iface x = 1'b0
);
endmodule