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