Codebase list crossguid / 9476235b-f0c3-4702-961d-c4b8e96540f3/upstream/0.2.2+git20190529.1.ca1bf4b test / Test.hpp
9476235b-f0c3-4702-961d-c4b8e96540f3/upstream/0.2.2+git20190529.1.ca1bf4b

Tree @9476235b-f0c3-4702-961d-c4b8e96540f3/upstream/0.2.2+git20190529.1.ca1bf4b (Download .tar.gz)

Test.hpp @9476235b-f0c3-4702-961d-c4b8e96540f3/upstream/0.2.2+git20190529.1.ca1bf4braw · history · blame

1
2
3
4
5
6
7
#pragma once

#include <crossguid/guid.hpp>
#include <iostream>
#include <unordered_map>

int test(std::ostream &outStream);