File: dtcTest1.cxx

package info (click to toggle)
dart 0.20020805-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,688 kB
  • ctags: 172
  • sloc: tcl: 4,979; perl: 213; makefile: 61; cpp: 42; sh: 2
file content (6 lines) | stat: -rw-r--r-- 97 bytes parent folder | download
1
2
3
4
5
6
#include <dtcFoo.h>

int main( const int argc, const char** argv ) {
  dtcFoo foo;
  return 0;
}