v / cmd / tools / vvet / tests / no_warn_about_missing.vv
6 lines · 5 sloc · 196 bytes · 2332c17beacbf99a9dd11745e7b6820a23710ed7
Raw
1// Some header comment
2
3// read_response is a carefully constructed comment.
4// read_response_body. <-- this would earlier trigger a false
5// positive.
6pub fn read_response() ?(string, string) {}
7