tvl-depot/third_party/git/t/t4018/rust-fn
2020-01-11 23:40:29 +00:00

5 lines
104 B
Text

pub(self) fn RIGHT<T>(x: &[T]) where T: Debug {
let _ = x;
// a comment
let a = ChangeMe;
}