// Intermediate module: directly imports c.sx, so BOTH of c's lib-less // C functions are legitimately visible here (the legal usage site). #import "c.sx"; b_use :: () -> i32 { return c_foreign_abs(-1) + c_extern_abs(-2); }