tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr24486a.c
CommitLineData
c54f1524
L
1extern int FLAGS_verbose;
2extern void bar (void);
3int
4a(void) {
5return FLAGS_verbose;
6}
7void unused (void) { bar(); }
8int main() { return a (); }
This page took 0.134931 seconds and 4 git commands to generate.