v/.github/workflows/make_sure_ci_run_with_64bit...

6 lines
83 B
V

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