Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
gen
/
c
/
testdata
/
comptime_if_attribute_in_test.vv
4
lines
·
4
sloc
·
85 bytes
·
0c8ce3bcb9fd4a2e5bd5f991a5a07da976d780d7
Raw
1
@[if customflag ?]
2
fn test_abcdef() {
3
println('this should not be in the c code')
4
}
5