aboutsummaryrefslogblamecommitdiff
path: root/usr.bin/indent/tests/float.0
blob: 8ea2b41b7cc2ab93ef31291beab415782e1fa77b (plain) (tree)
1
2
3
4
5
6
7

                                


                                                                    
                 
 
void t(void) {
	unsigned long x = 314UL;
	double y[] = {0x1P+9F, 0.3, .1, 1.2f, 0xa.p01f, 3.14f, 2.L};
	int z = 0b0101;
	DO_NOTHING;
	x._y = 5;
}