0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00
sqlpp11/tests/core/usage/Minimalistic.cpp
2021-08-01 20:37:36 +02:00

7 lines
100 B
C++

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