namespace std {
typedef struct FILE {} FILE;
}

void g(std::FILE f);
