]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/indent/tests/binary.0.stdout
bluetooth: Fix a mandoc related issues
[FreeBSD/FreeBSD.git] / usr.bin / indent / tests / binary.0.stdout
1 /* $FreeBSD$ */
2 #define b00101010 -1
3 void
4 t(void)
5 {
6         unsigned        a[] = {0b00101010, 0x00005678, 02, 17U};
7         float           x[] = {.7f, 0.7f};
8         unsigned long   ul[] = {0b00001111UL, 0x01010101UL, 02UL, 17UL};
9
10         if (0 b00101010)
11                 return;
12 }