D
Size: a a a
D
GF
GF
GF
GF
D
D
GF
D
GF
D
GF
D
D
GF
D
GF
c++
#include <iostream>
int main() {
std::cout << sizeof(std::string);
}
32
cplusplus_gcc assumed, other valid options are cplusplus_clang, visual_cplusplus, you can be more specific next time.
GF