1 2 3 4 5 6 7 8
#include <stdio.h> int main() { #if defined(__x86_64__) && defined(__ILP32__) puts("x32"); #endif }