Fix testcases compilation failures due to unused variables.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfcomm / common1b.c
1 static
2 #if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 3)
3 __attribute__((__used__))
4 #endif /* __GNUC__ */
5 char dummy1 = 'X';
6 char foo1 [] = "Aligned at odd byte.";
7 char foo2 [4];
This page took 0.03013 seconds and 5 git commands to generate.