1 #include "dlopen_order.h" 2 LoadOrderTestEmpty01()3int LoadOrderTestEmpty01() 4 { 5 return LoadOrderTest(); 6 } 7 LoadOrderTestEmpty02()8int LoadOrderTestEmpty02() 9 { 10 return LoadOrderTest02(); 11 } 12 LoadOrderTest12()13void LoadOrderTest12() {}