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