mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 23:28:32 -05:00
bbcdac4e5d
Fixes: #22384
9 lines
95 B
C
9 lines
95 B
C
#ifndef HAVE_PCH_SUPPORT
|
|
# include "pch.h"
|
|
#endif
|
|
|
|
int testC(void)
|
|
{
|
|
return PCH_INCLUDED;
|
|
}
|