2023-12-07 09:12:54 +01:00

9 lines
101 B
C++

#ifndef from_pch
# error "pch not present"
#endif
int main(int argc, char* argv[])
{
return 0;
}