packaging: changed asan macro check for "bad %if condition"
[platform/upstream/prelink.git] / testsuite / deps1lib2.c
1 #include "reloc1.h"
2
3 int f1 (void)
4 {
5   return 11;
6 }
7
8 int f8 (void)
9 {
10   return f9 () - 1;
11 }