8 lines
76 B
C
Raw Normal View History

2022-10-27 20:45:45 +02:00
extern void internal_f (void);
int
main ()
{
return (int) &internal_f;
}