Files
kami/test/unit-foo.cat.cpp
James P. Howard, II 7d5482c082 All new build system
This is based on GavinNL/cpp_library_template, which seems to be a
bit closer to meeting my needs.
2020-09-24 13:14:18 -04:00

9 lines
89 B
C++

#include <foo/cat/cat.h>
int main()
{
foo::cat C;
C.call_bar();
return 0;
}