struct Out { @builtin(position) @invariant pos : vec4; }; @stage(vertex) fn main() -> Out { return Out(); }