Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b8de18df08ead44ee9ea8cad8dc1e01ac73eb34f
/
.
/
Tests
/
ComplexOneConfig
/
Executable
/
A.cxx
blob: fb3eb08192eb96ef9d56bad97d294a65aff0b9a7 [
file
]
// Include code from a header that should not be compiled separately.
#include
"A.hh"
#include
<stdio.h>
int
main
()
{
printf
(
"#define A_VALUE %d\n"
,
A
());
return
0
;
}