File: output09.cpp

package info (click to toggle)
kelbt 0.12-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,456 kB
  • ctags: 1,986
  • sloc: cpp: 8,015; ansic: 3,331; makefile: 137; sh: 92
file content (8 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8

void $[di main]({int $[di argc], char $<*>[di argv][[]]})
{
	i = 0 + 1u + 10lL + 111Lu;
	o = 00 + 0123 + 01lL * 0LL;
	h = 0x33ABCDEFabcdefll + 0x0 + 0x0ll / 0x0UL;
	b = true - +(+false) * true++;
}