int main(void) {
  unsigned void *v; // you can't combine void with other type specifiers
  return 0;
}