hlsl.structStructName.frag 76 B

12345678
  1. struct S { int s; };
  2. int main()
  3. {
  4. struct S t;
  5. return t.s;
  6. }