v/vlib/v/fmt/tests/consts_with_embeded_comment...

8 lines
86 B
V

import gx
const (
color = gx.rgb(50, 90, 110) // gx.rgb(167,236,82)
)
fn main() {}