gas: sparc: fix collision of registers and pseudo-ops.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr16746c.c
1 extern void foobar (void);
2 int
3 main (int argc, char **argv)
4 {
5 if (__builtin_constant_p (argc))
6 foobar ();
7 return 0;
8 }
This page took 0.028978 seconds and 4 git commands to generate.