1deee662创建于 2025年8月1日历史提交
struct A {
    float a[];
};

RWStructuredBuffer <A> B;

float main() {
    return B[0].a[0];
}