Fix the PR22983 test so that it will work regardless of the order of the symbols...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr16746d.c
CommitLineData
db712946
L
1extern void foobar (void);
2int
3main (int argc, char **argv)
4{
5 if (!__builtin_constant_p (argc))
6 foobar ();
7 return 0;
8}
This page took 0.194057 seconds and 4 git commands to generate.