/* TAGS: c */ #include int write() { return 42; } int main() { assert( write() == 42 ); }