notInAllLib.cxx 104 B

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