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