moved examples out of libt2n into libt2n-example
[libt2n] / example-codegen / other-2.cpp
diff --git a/example-codegen/other-2.cpp b/example-codegen/other-2.cpp
deleted file mode 100644 (file)
index 51a444a..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "other_common.hxx"
-
-//! test own type
-LIBT2N_EXPORT bool t3(const Foo &foo)
-{
-    return (foo.i==foo.j);
-}