int printf(const char *, ...), add(int a, int b); int *test();
int main () { printf("Hello, World!"); }