blob: f8bf90c74e196f50bdee72803b9643dc0d1bc148 [file] [log] [blame]
struct S { int s; };
int main()
{
struct S t;
return t.s;
}