CPP: Convert test to use a stub rather than a library include.

This commit is contained in:
Geoffrey White
2025-07-30 11:21:55 +01:00
parent 75e545a67f
commit 43bca84310

View File

@@ -1,4 +1,8 @@
#include <string.h>
// --- stubs ---
char *strcpy(char *dest, const char *src);
// --- tests ---
class GlobalStorage {
public: