v2 / vlib / v / gen / c / testdata / comptime_if_attribute_in_test2.vv
5 lines · 5 sloc · 128 bytes · a85071878ef774e711bc951def37e19e00755d7a
Raw
1// vtest vflags: -d customflag -no-skip-unused
2@[if customflag ?]
3fn test_abcdef() {
4 println('this should be in the c code')
5}
6