v/vlib/v/gen/c/testdata/comptime_if_attribute_in_te...

5 lines
110 B
V

// vtest vflags: -d customflag
[if customflag ?]
fn test_abcdef() {
println('this should be in the c code')
}