1 2 3 4 5 6 7 8 9 10 11
const c = @cImport({ @cDefine("_NO_CRT_STDIO_INLINE", "1"); @cInclude("stdio.h"); }); pub fn main() void { _ = c; } // exe=succeed // link_libc // verbose_cimport