OSDN Git Service

Backported from mainline
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / unsorted / l.c
1 main (a)
2 {
3   return - 256 + a;
4 }