Add proper per-file copyright notices/licenses and top-level license.
[bluesky.git] / TBBT / trace_play / t.c
1 main()
2 {
3         int i = 1;
4         i <<= 2;
5         printf("%d\n", i);
6 }