Attach to Process: Start the dialog with the filter set to the program name.
[kdbg.git] / kdbg / testprogs / std.cpp
blobdd35e49a3e1a684260afbaa004e8538d9d8634ff
1 #include <string>
2 #include <iostream>
4 int main()
6 std::string s = "abc";
8 std::cout << s << std::endl;