v2 / vlib / v / tests / project_issue_26873 / header_comment.v
9 lines · 7 sloc · 147 bytes · 80536d68d80dee2617feadebd55c073fe349ac3e
Raw
1// Copyright 2026 The V contributors.
2//
3// Licensed under the Apache License, Version 2.0.
4
5module main
6
7fn header_comment_ok() int {
8 return 1
9}
10