[COMMITTED] Fix pthread errors in pr86637-2.c
[gcc.git] / gcc / testsuite / gcc.c-torture / compile / l.c
1 main (a)
2 {
3 return - 256 + a;
4 }