Searched refs:dso_ctor_ran (Results 1 – 1 of 1) sorted by relevance
11 static bool dso_ctor_ran; variable14 Global() { dso_ctor_ran = true; } in Global()26 EXPECT_TRUE(dso_ctor_ran, "DSO global constuctor didn't run!"); in check_dso_ctor()
Completed in 3 milliseconds