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