blob: 99b7d907c0f4be24de84e43fd70ae4996cca9360 [file] [log] [blame]
struct A
{
int i;
int j;
};
typedef struct A A2;
extern A2 a;
A2 f(A2);