~bkerensa/ubuntu/raring/valgrind/merge-from-deb

« back to all changes in this revision

Viewing changes to memcheck/tests/deep_templates.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Andrés Roldán
  • Date: 2008-06-13 02:31:40 UTC
  • mto: (1.4.1 upstream) (2.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: james.westby@ubuntu.com-20080613023140-iwk33rz9rhvfkr96
Import upstream version 3.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
typedef  Stack<Foo10,Foo10> Foo11;
38
38
typedef  Stack<Foo11,Foo11> Foo12;
39
39
 
40
 
int main ( char* argc, char** argv )
 
40
int main ( int argc, char** argv )
41
41
{
42
42
  Stack<Foo12,Foo12> * x = new Stack<Foo12,Foo12>(3);
43
43
  if (x == NULL)