OSDN Git Service

2007-01-18 Hui-May Chang <hm.chang@apple.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 920501-13.c
1 typedef struct{int i;}t;inline y(t u){}x(){t u;y(u);}