v / .github / workflows
Raw file | 7 loc (7 sloc) | 190 bytes | Latest commit hash 34f5255bb
1fn test_ci_run_with_32bit_compiler() {
2 $if x64 && tinyc {
3 // TODO: uncomment that next assert when tcc32 vs tcc64 detection on windows works reliably
4 // assert false
5 assert true
6 }
7}