Clang Project

clang_source_code/test/Modules/Inputs/va_list/va_list_b.h
1@import va_list_a;
2void NSLogv(id, va_list);
3