Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
ffe0edc09287c730853d799c42fbb38e92bbd5bf
/
.
/
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
;
}