I write a very simple program
//main.c int main() { return 0; }
and compile it into a 32-bit executable.
gcc main.c -m32 -