initial commit-moved from vulkan_guide
This commit is contained in:
6
third_party/fmt/test/static-export-test/main.cc
vendored
Normal file
6
third_party/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