Update PR ld/12365 test for GCC 6
[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.02863 seconds and 4 git commands to generate.