# File lib/ruby-vpi/verilog_parser.rb, line 99
99:
def
reg?
100:
@decl
=~
/\breg\b/
101:
end