blob: 3135347a5ab14bfc437bd2d4ff5f58d6083f5da2 [file] [log] [blame]
#include <complex.h>
int foo (complex int a)
{
return 3;
}