v2 / vlib / v / gen / c / testdata / comptime_if_attribute_in_test.vv
4 lines · 4 sloc · 85 bytes · 0c8ce3bcb9fd4a2e5bd5f991a5a07da976d780d7
Raw
1@[if customflag ?]
2fn test_abcdef() {
3 println('this should not be in the c code')
4}
5