sandbox/bugs/static_file.c
Declaring and assignment of static FILE crashes qcc
see also here on the forum
int main() {

initializer element is not constant
static FILE * fp = fopen ("file", "w");
}
see also here on the forum
int main() {
static FILE * fp = fopen ("file", "w");
}