ref: 7fba4ee75f2cfe1c2988e49bfa9158594503e678 dir: /cc1/tests/stdio.h/
#ifndef _STDIO_H #define _STDIO_H int printf(const char *fmt, ...); #endif