File: input12.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 (18 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

class C { };
namespace ns {}
template <class T> class CT {};

int main(int argc, char *argv[])
{
C:
	int i = int(1);
id:
ns:
case "hello":
	int i = int(1);
case 1 + 2:
	int i = int(1);
case a[b]:
	int i = int(1);
}