test multiple groups
[libt2n] / example-codegen / server.hxx
index b20708b..ccca538 100644 (file)
@@ -34,7 +34,7 @@ LIBT2N_EXPORT int t2(int i)
 
 using namespace std;
 
-LIBT2N_EXPORT bool t3(int i, float f, const string &s, const pair<int, float> &p)
+LIBT2N_EXPORT_GROUP(other) bool t3(int i, float f, const string &s, const pair<int, float> &p)
 {
     return (i==p.first) && (f==p.second) && (s=="hello");
 }