1/* $FreeBSD$ */ 2#define b00101010 -1 3void t(void) { 4 unsigned a[] = {0b00101010, 0x00005678, 02, 17U}; 5 float x[] = {.7f, 0.7f}; 6 unsigned long ul[] = {0b00001111UL, 0x01010101UL, 02UL, 17UL}; 7 8 if (0 b00101010) 9 return; 10} 11