11 lines
158 B
Plaintext
Raw Normal View History

2023-05-23 16:38:00 +02:00
#if SCANNING_CONTROL
# ifdef CMAKE_SCANNED_THIS_SOURCE
# error "This file should not have been scanned"
# endif
#endif
int never_scan()
{
return 0;
}