15 lines
91 B
C++
15 lines
91 B
C++
/* tests.cpp
|
|
|
|
unit test & such
|
|
*/
|
|
|
|
#include "stdafx.h"
|
|
|
|
int test2() {
|
|
|
|
|
|
|
|
|
|
return 1;
|
|
}
|