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