harness.cpp 159 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 #include "harness.h" namespace gwp_asan { namespace test { bool OnlyOnce() { static int x = 0; return !x++; } } // namespace test } // namespace gwp_asan