OSDN Git Service

Backported from mainline
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / unsorted / pmt.c
1 long long
2 foo (a, b)
3      long long a, b;
4 {
5   return a;
6 }