To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk
109.1.1
by Gustav Hartvigsson
* SMap seems to be broken... Or could it be SObject's Callback stuff? Or SLinkedList?
|
1
|
#include "test_macros.h"
|
2
|
#include "thread.h"
|
3
|
|
4
|
|
5
|
|
6
|
int
|
7
|
test_thread (void) {
|
8
|
setup_unit ()
|
9
|
|
10
|
|
11
|
|
12
|
end_unit ()
|
13
|
}
|