#include <stdlib.h>

typedef struct mytype mytype;

int main(){
  mytype *a = NULL;
  return (int)a;
}
