Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
2e88a3efc2b52da02f516fdfc8fe97aea0b14e4c
/
.
/
Tests
/
PrecompiledHeader
/
foo2.c
blob: 5211f3eb3ff01fecb24cf50941c716720842e150 [
file
]
#ifndef
foo_h
# include "foo.h"
# error "Precompiled header foo_precompiled.h has not been loaded."
#endif
int
foo
(
void
)
{
return
0
;
}