Zebediah Figura (@zfigura) commented about tests/entry-point-semantics.shader_test:
+struct apple {
- float2 miss; // missing semantic.
+};
+struct banana {
- apple apl[2];
- float4 arb : UNUSED;
+};
+void main(out banana bans[2]) +{
- return 0.0;
+}
+% Output semmantics cannot be mapped to more than one value
Spelling error, "semmantics".