Ticket #6799: libchild.cpp

File libchild.cpp, 134 bytes (added by Christophe Dumez <christophe.dumez@…>, 11 years ago)

Library linking against boost date_time with missing symbol

Line 
1// build with g++ -lboost_date_time libchild.cpp -shared -o libchild.so
2
3void registerMethods();
4
5void test() {
6 registerMethods();
7}