extern c "conformance/c/target-conditional.h" as c export c fn main() -> i32 { return c.zero_c_linux_add(20, 22) + c.zero_c_not_windows(1) }