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