DDeepin Developerfeat: Init commit
51359a70创建于 2022年9月29日历史提交
struct S { int s; };

int main()
{
    struct S t;
    return t.s;
}