aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/old/vlib/v/fmt/tests/optional_keep.vv
blob: 407db36f1347c43a8c78cd7a27d7494ae00c3163 (plain)
1
2
3
4
5
pub fn test() ?&SomeType {
}

struct SomeType {
}