annotate gcc/testsuite/gcc.dg/attr-weakref-1b.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 /* On Darwin, you have to have a definition of the function to link,
kono
parents:
diff changeset
2 even if later on it won't be present in some dylib. (That is,
kono
parents:
diff changeset
3 you have to link with the latest version of the dylib.) */
kono
parents:
diff changeset
4 void wf1(void) { }
kono
parents:
diff changeset
5 void wf6(void) { }
kono
parents:
diff changeset
6 void wf9(void) { }
kono
parents:
diff changeset
7 void wf10(void) { }
kono
parents:
diff changeset
8 void wf11(void) { }
kono
parents:
diff changeset
9 void wf12(void) { }
kono
parents:
diff changeset
10 void wf13(void) { }
kono
parents:
diff changeset
11 void wf14(void) { }
kono
parents:
diff changeset
12
kono
parents:
diff changeset
13 int wv1;
kono
parents:
diff changeset
14 int wv6;
kono
parents:
diff changeset
15 int wv9;
kono
parents:
diff changeset
16 int wv10;
kono
parents:
diff changeset
17 int wv11;
kono
parents:
diff changeset
18 int wv12;
kono
parents:
diff changeset
19 int wv13;
kono
parents:
diff changeset
20 int wv14;