OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [libmudflap/] [testsuite/] [libmudflap.c++/] [ctors-1.cxx] - Rev 14

Compare with Previous | Blame | View Log

#include <iostream>
 
 
extern char k [];
 
class foo
{
 public:
  foo (char *m) { m [40] = 20; }
};
 
 
foo f1 (k);
foo f2 (k);
foo f3 (k);
 
int main ()
{
  return 0;
}
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.