Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type
- Foo = object
- a, b, c, d: ref int
- # compiles to
- # (NI is `long long int` on my machine - defined in nimbase.h)
- struct Foo_gTstHTAF3QSjpQUtVcW29bQ {
- NI* a;
- NI* b;
- NI* c;
- NI* d;
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement