20060826-1.c   [plain text]


typedef _Complex double S;
S bar (void);
void quux (S, S);
void foo (void)
{
 quux (bar(), bar());
}