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