File: input06.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-- 230 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

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

::C::Tmpl<22.2--> foo;
::C::Tmpl<++static_cast<int*>(new C::Tmpl<int>(foo))--> foo;
C::Tmpl<::C::Tmpl<abbacadabb.f(a)->foob(1.1)>> foo;

int main() 
{
}