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