vq / vlib / v / fmt / tests / comptime_call_keep.vv
5 lines · 4 sloc · 94 bytes
Raw
1$if linux {
2 $compile_error("This won't be formatted correctly by v fmt :')")
3}
4
5fn main() {}
6