_wrap: llgo_check (to be continued)
This commit is contained in:
7
cpp/std/_wrap/llgo_check.cpp
Normal file
7
cpp/std/_wrap/llgo_check.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string>
|
||||
|
||||
int main() {
|
||||
printf("sizeof(std::string) = %lu\n", sizeof(std::string));
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user