#include "include/cppgc/liveness-broker.h"
#include "include/cppgc/allocation.h"
#include "include/cppgc/garbage-collected.h"
#include "src/heap/cppgc/heap-object-header.h"
#include "src/heap/cppgc/liveness-broker.h"
#include "test/unittests/heap/cppgc/tests.h"
namespace cppgc {
namespace internal {
namespace {
LivenessBrokerTest;
class GCed : public GarbageCollected<GCed> { … };
}
TEST_F(LivenessBrokerTest, IsHeapObjectAliveForConstPointer) { … }
TEST_F(LivenessBrokerTest, IsHeapObjectAliveNullptr) { … }
}
}