0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 21:04:15 +08:00
sqlpp11/tests/ddl2cpp.cpp

7 lines
73 B
C++
Raw Normal View History

2016-06-11 03:53:16 +08:00
#include <sqlpp11/sqlpp11.h>
int ddl2cpp(int, char* [])
{
return 0;
}