1 2 3 4 5 6 7 8 9
/* $FreeBSD$ */ /* See r303599 */ #if defined(__i386__) int a; #elif defined(__amd64__) int b; #else #error "Port me" #endif