mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 01:49:23 -05:00
2678e31053
Fixes: #20200
10 lines
94 B
C
10 lines
94 B
C
|
|
#if defined(BEFORE_KEYWORD)
|
|
# error "BEFORE not honored"
|
|
#endif
|
|
|
|
int main()
|
|
{
|
|
return 0;
|
|
}
|