blob: 77c25ee5a6ea19ffc2680c7686e532d8a0bfc86e [file] [log] [blame]
#include "harness.h"
namespace gwp_asan {
namespace test {
bool OnlyOnce() {
static int x = 0;
return !x++;
}
} // namespace test
} // namespace gwp_asan