X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=example-codegen%2Fother-2.cpp;fp=example-codegen%2Fother-2.cpp;h=0000000000000000000000000000000000000000;hp=51a444a5f540e7886b74a8fb0c6f891801dc4b83;hb=f4dfa6457b4b4f0f37b4aa55384c03ebd530385f;hpb=d0a97d0bbe03472214e379b7a4ace2bdcecfc212 diff --git a/example-codegen/other-2.cpp b/example-codegen/other-2.cpp deleted file mode 100644 index 51a444a..0000000 --- a/example-codegen/other-2.cpp +++ /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); -}