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