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