@@ -5,8 +5,8 @@ struc db [data] {
.size = $ - .
}
-struc rb [data] {
+struc rb [size_] {
common
- . rb data
- .size = $ - .
+ . rb size_
+ .size rq 1