Created
May 26, 2016 09:43
-
-
Save mzaks/dc96037d110e9d7caafc12388b651253 to your computer and use it in GitHub Desktop.
FBS table referencing another tabe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| table A { | |
| ref : B; | |
| } | |
| table B { | |
| i : int; | |
| } | |
| root_type A; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment