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

class [cn C]
{
	class [cn S] { };
	template <{class T}> class [cn Tmpl] { class [cn I] {}; };
};

::[cn C]::[cn Tmpl]<|22.2--|> $[di foo];
::[cn C]::[cn Tmpl]<|++static_cast<|int<*>|>(new [cn C]::[cn Tmpl]<|int|>(foo))--|> $[di foo];
[cn C]::[cn Tmpl]<|::[cn C]::[cn Tmpl]<|abbacadabb.f(a)->foob(1.1)|>|> $[di foo];

int $[di main]({}) 
{
}