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