winnie-http/goofy.c

10 lines
96 B
C

#include <stdio.h>
char *p;
int l = 65;
char *p = (char *) &l;
int q = *(int **) &p = &l;