#include #include int main() { std::tuple ti{1}; std::tuple ts{"foobar"}; std::tuple tt{1, "baz", 2}; return 0; // Set break point at this line. }