@@ -0,0 +1,12 @@
+
+struc db [data] {
+ common
+ . db data
+ .size = $ - .
+}
+struc rb [data] {
+ . rb data