should be it
This commit is contained in:
7
external/duckdb/tools/utils/test_platform.cpp
vendored
Normal file
7
external/duckdb/tools/utils/test_platform.cpp
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "duckdb/common/platform.hpp"
|
||||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
std::cout << duckdb::DuckDBPlatform();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user