summaryrefslogtreecommitdiffstats
path: root/test/ninja/ninja-fixture/test2.hpp
blob: f0583fc54790de35107416b5c6129f3b3a912280 (plain)
1
2
3
4
5
6
7
8
9
#include <string>
#include <iostream>

class Foo
{
public:
    int print_function();
    int print_function2(){return 0;};
};