v/.github/workflows/make_sure_ci_run_with_32bit...

6 lines
88 B
V

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