summaryrefslogtreecommitdiff
path: root/tests/hana/test_intermout_exprs_unaryplus_test.v
blob: 07be5b240e7d87cd5d98950c3ea952b960e844bd (plain)
1
2
3
4
module test(output out, input in);

assign out = +in;
endmodule