cc1-return-codes.c 178 B

1234
  1. // cc1 immediate arguments (arguments which displays information and exits)
  2. // shall exit indicating success (return code 0)
  3. // RUN: %clang_cc1 -help
  4. // RUN: %clang_cc1 -version