sv-parser/sv-parser-pp/testcases/expected/whitespace_include_with_comment

9 lines
87 B
Plaintext

module and_op (a, b, c);
output a;
input b, c;
and a1 (a,b,c);
// comment
endmodule