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