0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00
sqlpp11/tests/Minimalistic.cpp
rbock 09f23cea0a Reformatted using clang-format
Please use clang-format before submitting code, e.g via the pre-commit
supplied in the repo (thanks AndiDog)
2015-09-13 21:33:19 +02:00

7 lines
76 B
C++

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