source: latest/test_regression/07122006/system_transition.cpp @ 1

Last change on this file since 1 was 1, checked in by buchmann, 17 years ago

Initial import from CVS repository

File size: 102 bytes
Line 
1#include "test.h"
2#include <iostream>
3
4void test::transition ()
5{
6  std::cout << "transition\n";
7}
8
9
10
Note: See TracBrowser for help on using the repository browser.