mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
12 lines
175 B
C
12 lines
175 B
C
|
|
#define F(X) X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X
|
|
#define X1 F("s")
|
|
#define X2 F(X1)
|
|
#define X3 F(X2)
|
|
#define X4 F(X3)
|
|
|
|
const char *strings[] = {
|
|
X4
|
|
};
|
|
|