2024-02-02 17:42:32 +01:00

11 lines
158 B
C++

#if SCANNING_CONTROL
# ifdef CMAKE_SCANNED_THIS_SOURCE
# error "This file should not have been scanned"
# endif
#endif
int never_scan()
{
return 0;
}