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