test support of group having multiple .cpp files
[libt2n] / example-codegen / other-1.cpp
similarity index 88%
rename from example-codegen/other.cpp
rename to example-codegen/other-1.cpp
index c84fcdc..568082d 100644 (file)
@@ -31,9 +31,3 @@ LIBT2N_EXPORT bool t3(const std::vector<int> &i)
 {
     return (i.size()==1) && (i[0]==10);
 }
-
-//! test own type
-LIBT2N_EXPORT bool t3(const Foo &foo)
-{
-    return (foo.i==foo.j);
-}