local readbc = require('readbc')
fp = io.open('tests/test1.luo')
header = readbc.read_header(fp)
print(header.name)