/* Print hello to stderr. */ #include int main(void) { fputs("hello\n", stderr); }