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