kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/cxx/extractor/testdata/extract_verify_std_vector_test.cc (about)

     1  // Check that various template techniques used in std::vector don't cause smoke.
     2  #include <vector>
     3  std::vector<int> x(3, 4);
     4  std::vector<bool> y;