#include typedef struct mytype mytype; int main(){ mytype *a = NULL; return (int)a; }