notInAllExe.cxx 140 B

12345678910
  1. extern int notInAllLibFunc();
  2. int main()
  3. {
  4. return notInAllLibFunc();
  5. }
  6. #if 1
  7. #error "This target should not be compiled by ALL."
  8. #endif