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