summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/compiler-rt/lib/gwp_asan/tests/harness.cpp
blob: 77c25ee5a6ea19ffc2680c7686e532d8a0bfc86e (plain) (blame)
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