Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
f2596dfa0ebce746ca4c69f671d3cac3fe8fc032
/
.
/
Tests
/
ComplexOneConfig
/
Executable
/
A.h
blob: 35037191f9ff0a611ee1c37cb2e414747824f8df [
file
]
// This header should not be compiled directly but through inclusion
// in A.cxx through A.hh.
extern
int
A
();
int
A
()
{
return
10
;
}