client lib include must not depend on _common.hxx
[libt2n] / example-codegen / other-2.cpp
1 #include "other.hxx"
2 #include "other_common.hxx"
3
4 //! test own type
5 LIBT2N_EXPORT bool t3(const Foo &foo)
6 {
7     return (foo.i==foo.j);
8 }