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