1extern void ignore(void);
2
3void ignore(void)
4{
5	/* libcompat.a cannot be empty therefore I exist */
6}
7