mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
12 lines
112 B
C++
12 lines
112 B
C++
/* tests.cpp
|
|
|
|
unit test & such
|
|
*/
|
|
|
|
#include "stdafx.h"
|
|
|
|
int test2() {
|
|
cout << "not done yet";
|
|
return 1;
|
|
}
|