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_32bit_compiler_test.v

6 lines
88 B
V

fn test_ci_run_with_32bit_compiler() {
$if x64 {
assert false
}
}