Advertisement
tinyevil

Untitled

Jun 22nd, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. struct Foo{
  2. field bar:i32;
  3. }
  4.  
  5. // VVV
  6.  
  7. let Foo = compiler->createStruct("Foo");
  8. Foo->createField("bar", compiler->getInt32());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement