1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/.github/workflows/make_sure_ci_run_with_64bit_compiler_test.v

6 lines
83 B
V

fn test_ci_run_with_64bit_compiler() {
$if x32 {
assert false
}
}