Update Gnulib to the latest git version
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-15a.c
CommitLineData
af55061b
L
1#include <stdio.h>
2
3int 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.359662 seconds and 4 git commands to generate.