2023-05-23 16:38:00 +02: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;
}