local readbc = require('readbc')
fp = io.open('tests/test1.luo')
header = readbc.read_header(fp)
proto = readbc.read_proto(fp)
fo:close()
print(#proto.bcins)