mirror of
https://github.com/github/codeql.git
synced 2026-04-24 08:15:14 +02:00
CPP: Convert test to use a stub rather than a library include.
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
#include <string.h>
|
||||
// --- stubs ---
|
||||
|
||||
char *strcpy(char *dest, const char *src);
|
||||
|
||||
// --- tests ---
|
||||
|
||||
class GlobalStorage {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user