f: function
      accepting unspecified arguments
    returning 
      signed int 
    with body 
      CompoundStmt
        Declaration of t: static open array of pointer to void 
                  Null Statement


g: function
      accepting unspecified arguments
    returning 
      signed int 
    with body 
      CompoundStmt
        Declaration of p: static array of unsigned int with dimension of           Cast of:
constant expression 5 signed int 
          to:
            long unsigned int 
          with environment:
            Types:
            Non-types:


int __f__Fi__(){
    static void *__t__A0Pv[];
    __L1__: /* null statement */ ;

}
int __g__Fi__(){
    static unsigned int __p__A0Ui[((long unsigned int )5)];
}
