v2 / vlib / v / checker / tests / recursive_struct_alias_embed_err.vv
5 lines · 4 sloc · 64 bytes · 9f160f7679ee713a2486d9f4e2447a3a5e7e4cf6
Raw
1struct PostKeys {
2 PostKeysType
3}
4
5type PostKeysType = PostKeys
6