mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
4 lines
99 B
C
4 lines
99 B
C
|
extern void y (void);
|
||
|
void should_be_dynamic_in_exec (void) {}
|
||
|
int main (void) { y (); return 0; }
|