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