summaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/System/usr/include/stdio.h
blob: 9a7b1063032c58601e80179a9e6660b8616aed60 (about) (plain)
1
2
3
typedef struct { int id; } FILE;
int fprintf(FILE*restrict, const char* restrict format, ...);