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