Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
ForceInclude
/
foo.c
blob: 2a26c6f332ba51a5c113e6d126ec11f31f871607 [
file
] [
log
] [
blame
]
#ifndef
FOO_1
# error "foo1.h not included by /FI"
#endif
#ifndef
FOO_2
# error "foo2.h not included by /FI"
#endif
int
main
(
void
)
{
return
0
;
}