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