linux-x86.exp: Compile with -I../bfd
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-15a.c
1 #include <stdio.h>
2
3 int main(int argc, char **argv)
4 {
5 printf ("PASS\n");
6 return (int) ((unsigned long long) argc / argv[0][0]);
7 }
This page took 0.037222 seconds and 4 git commands to generate.