Files
2021-02-21 11:56:50 +02:00

9 lines
248 B
C

/*
* This source code produduces the object file that was used to implement the "write_obj" example.
*
* It is compiled with mingw32:
* gcc -c -s -fno-asynchronous-unwind-tables answer.c -o answer_example.o
*/
int answer() { return 42; }