packaging: changed asan macro check for "bad %if condition"
[platform/upstream/prelink.git] / testsuite / reloc4lib1.c
1 #include <stdio.h>
2
3 int main (void)
4 {
5   int i;
6
7   for (i = 0; i < 65536; ++i)
8     printf ("int foo%04x (void) { return %d; }\n", i, (i & 31) == 0 ? 0 : i);
9 }