8 lines
126 B
C
8 lines
126 B
C
// Source: https://lists.gnu.org/archive/html/libtool/2002-07/msg00025.html
|
|
|
|
extern void l1(void);
|
|
int main(void)
|
|
{
|
|
l1();
|
|
}
|