Add a little demo/test code for the `threads' project.
[pintos-anon] / src / threads / test.h
1 #ifndef THREADS_TEST_H
2 #define THREADS_TEST_H
3
4 void test (void);
5
6 #endif /* threads/test.h */