blob: 8b159d2cb6fddc65401927413fbec2cc94a9e26b [file] [log] [blame]
typedef struct{int x;} bar;
bar foo (void)
{
bar x;
return x;
}