921e5a0eb4
From-SVN: r14840
2 lines
54 B
C
2 lines
54 B
C
typedef struct{int i;}t;inline y(t u){}x(){t u;y(u);}
|