### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
error in <...>/table-type-checking.zeek, line 7: empty constructor in untyped initialization (table())
error in port and <...>/table-type-checking.zeek, line 10: type clash (port and zero)
error in <...>/table-type-checking.zeek, line 10: inconsistent types in table constructor (table(zero = 0))
error in port and <...>/table-type-checking.zeek, line 13: type clash (port and one)
error in <...>/table-type-checking.zeek, line 13: inconsistent types in table constructor (table(one = 1))
error in <...>/table-type-checking.zeek, line 20: type clash in assignment (gda = gda2)
error in <...>/table-type-checking.zeek, line 24: type clash in assignment (gea = table(three = 3))
error in port and <...>/table-type-checking.zeek, line 29: type clash (port and thousand)
error in <...>/table-type-checking.zeek, line 29: inconsistent types in table constructor (table(thousand = 1000))
error in port and <...>/table-type-checking.zeek, line 35: type clash (port and thousand-one)
error in <...>/table-type-checking.zeek, line 35: inconsistent types in table constructor (table(thousand-one = 1001))
error in port and <...>/table-type-checking.zeek, line 42: type clash (port and thousand-two)
error in <...>/table-type-checking.zeek, line 42: inconsistent types in table constructor (table(thousand-two = 1002))
error in <...>/table-type-checking.zeek, line 48: type clash in assignment (lea = table(thousand-three = 1003))
error in count and <...>/table-type-checking.zeek, line 54: arithmetic mixed with non-arithmetic (count and foo)
error in <...>/table-type-checking.zeek, line 4 and <...>/table-type-checking.zeek, line 54: &default value has inconsistent type (MyTable and table()&default=foo, &optional)
