0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00
sqlpp11/tests/Minimalistic.cpp
rbock 6dcdc419c1 Merge branch 'release/0.35'
Conflicts:
	README.md
2015-12-29 11:03:17 +01:00

7 lines
78 B
C++

#include <sqlpp11/sqlpp11.h>
int Minimalistic(int, char* [])
{
return 0;
}