source: trunk/test/stats.cc @ 46

Last change on this file since 46 was 24, checked in by Peter Johansson, 17 years ago

added trivial test for classes and modified tree to go for the full monty

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 128 bytes
Line 
1// $Id: stats.cc 24 2006-01-02 08:20:46Z peter $
2
3#include "Stats.h"
4#include <iostream>
5
6int main()
7{
8  using namespace theplu::svnstat;
9  Stats stats();
10  return 0;
11}
Note: See TracBrowser for help on using the repository browser.