Skip to content

Instantly share code, notes, and snippets.

@mzaks
Created May 26, 2016 09:43
Show Gist options
  • Select an option

  • Save mzaks/dc96037d110e9d7caafc12388b651253 to your computer and use it in GitHub Desktop.

Select an option

Save mzaks/dc96037d110e9d7caafc12388b651253 to your computer and use it in GitHub Desktop.
FBS table referencing another tabe
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