packaging: changed asan macro check for "bad %if condition"
[platform/upstream/prelink.git] / testsuite / reloc10lib1.c
1 int bar = 26;
2 int baz = 28;
3
4 int f1 (void)
5 {
6   return 1;
7 }
8
9 int f2 (void)
10 {
11   return 2;
12 }