vq / vlib / v / fmt / tests / comptime_warn_keep.vv
3 lines · 3 sloc · 37 bytes
Raw
1fn main() {
2 $compile_warn('WARN')
3}
4