45baab2c622444e30e15bd628cbfc947080b0be2
[bluesky.git] / t.c
1 main()
2 {
3         int i = 1;
4         i <<= 2;
5         printf("%d\n", i);
6 }