blob: 8ba8bfa4d5d93c756e6eed4e22c2e2f9dd00384c [file] [log] [blame]
struct S {
int i;
short s1, s2;
};
struct S func_returning_struct(void);
void loop(void) {
func_returning_struct();
}