mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-18 08:07:12 +02:00
Use default cpp fmt build script.
This commit is contained in:
6
vendor/Fmt/test/static-export-test/main.cc
vendored
Normal file
6
vendor/Fmt/test/static-export-test/main.cc
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
extern std::string foo();
|
||||
|
||||
int main() { std::cout << foo() << std::endl; }
|
Reference in New Issue
Block a user