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