void char *x; // you can't combine void with other type specifiers

int main(void) { return 0; }