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