blob: c3f43760bf309598496be8eb18dfaee31014b076 [file] [log] [blame]
void x()
{
void (*fp)() = 0;
fp();
}
int
main()
{
x();
return 0;
}