// Use an internal, implicitly defined type, called by
// a function imported for CTU. This should not crash.
intfoo(void);intfoobar(intskip){
__NSConstantString str ={.flags=1};if(str.flags>=0)
str.flags=0;return4;}inttestStaticImplicit(void){returnfoobar(3);}