/* C-version: No header, chained functions, will not compile as C++ */
main () { return printf ("Hello world!\n") ? 0 : 1; }

