install include files
[MKUltra.git] / test / baz.cpp
blob99ac8681db56a07ca0839119a162576da7c71597
1 /*
2 Copyright © 2016-2017 Gene Hightower <gene@digilicious.com>
4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation, version 3.
8 This program is distributed in the hope that it will be useful, but
9 WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 General Public License for more details.
13 You should have received a copy of the GNU General Public License
14 along with this program. See the file LICENSE. If not, see
15 <http://www.gnu.org/licenses/>.
18 #include "foo.hpp"
19 #include "bar.hpp"
21 int main() {
22 foo f(0, 0, 0);
23 bar b(0, 0, 0);
25 boost::filesystem::path p;
27 return f.importance() + b.importance(p);