Skip to content

Instantly share code, notes, and snippets.

@o-
Created August 2, 2019 12:17
Show Gist options
  • Save o-/7d3b1860e4a7e34e9ef3d3464e8b2a21 to your computer and use it in GitHub Desktop.
Save o-/7d3b1860e4a7e34e9ef3d3464e8b2a21 to your computer and use it in GitHub Desktop.
struct T {
unsigned long sexpinfo;
void* attrib;
void* bl;
};
struct T* t;
int main () {
return t->attrib;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment