Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
GeneratorExpression
/
compiler_linker.c
blob: db9a5f4ac095e8aba46a0096637954c86c43714d [
file
]
#include
<string.h>
#define
xstr
(
s
)
str
(
s
)
#define
str
(
s
)
#s
int
main
(
void
)
{
return
strcmp
(
xstr
(
VAR
),
xstr
(
GENEX
))
==
0
?
0
:
1
;
}