mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
11 lines
141 B
C++
11 lines
141 B
C++
extern int notInAllLibFunc();
|
|
|
|
int main()
|
|
{
|
|
return notInAllLibFunc();
|
|
}
|
|
|
|
#if 1
|
|
# error "This target should not be compiled by ALL."
|
|
#endif
|