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