[ create a new paste ] login | about

Link: http://codepad.org/feAq61Yk    [ raw code | fork ]

C, pasted on Sep 23:
1
2
3
4
5
6
7
8
9
main()
{

	struct bit_type{
		char d:1
	} bit;
	
	bit.d = 1;
}


Output:
No errors or program output.


Create a new paste based on this one


Comments: