1 extern int foo (void) __attribute__((section (".gnu.linkonce.t.1"), weak));
2 
3 int
foo(void)4 foo (void)
5 {
6   return 1;
7 }
8