#include <complex.h>

int foo (complex int a)
{
  return 3;
}

