Files
hdk-sdl/test/CoverageHeaderAggregation.cpp
T
2026-05-13 19:48:22 +00:00

9 lines
211 B
C++

#include <hdk/sdl.hpp>
#include <hdk/sdl/Application.hpp>
namespace {
// Keep a concrete symbol in this translation unit so coverage artifacts are emitted.
volatile int kCoverageHeaderAggregationAnchor = 1;
}