mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
13 lines
118 B
C
13 lines
118 B
C
|
|
#ifndef DEF1
|
|
# error "DEF1 not defined"
|
|
#endif
|
|
|
|
#ifndef DEF2
|
|
# error "DEF2 not defined"
|
|
#endif
|
|
|
|
void foo(void)
|
|
{
|
|
}
|