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