Files
codeql/cpp/ql/integration-tests/header-variant-tests/clang-pch/h.c
Jeroen Ketema 7f9020282d C++: Turn header variant tests that use PCH files into integration tests
These tests currently test a code path in the extractor that only exists for
these tests. By turning them into integration tests, we actually use the
code path that normal database creation uses.
2025-04-29 14:51:34 +02:00

5 lines
63 B
C

#include "h1.h"
#pragma hdrstop
#include "h2.h"
#define SEEN_H