#include #include typedef struct mouarf { /* 134520840 == address of first malloc'ed pointer */ uint8_t blah[134520840]; uint8_t bluh; } honk; int main(void) { uint8_t *p; honk *grut; p = malloc(sizeof(uint8_t)); *p = 12; grut = NULL; printf("tiens mange : %u\n", grut->bluh); }