blob: 549b8d505c80cb3363b3f9c1a5d21d37c8b80a4e [file] [log] [blame]
#include <stdio.h>
int main()
{
#if defined(__x86_64__) && defined(__ILP32__)
puts("x32");
#endif
}