mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-30 12:54:19 +00:00
8 lines
66 B
C++
8 lines
66 B
C++
#if Result
|
|
# error Result should be 0
|
|
#endif
|
|
|
|
void foo(void)
|
|
{
|
|
}
|