# vertex [[builtin position]] var o_position : vec4; fn main() -> void { o_position = vec4(1); return; } entry_point vertex as "main" = main;