OSDN Git Service

2009-05-19 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 921118-1.c
1 inline f(i)
2 {
3   h((long long) i * 2);
4 }
5 g()
6 {
7   f(9);
8 }