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");
    }