glibc/elf/tst-tls20mod-bad.c

3 lines
63 B
C

void missing_symbol (void);
void f (void) {missing_symbol ();}