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