C++程序  |  8行  |  87 B

// PR 1400
// RUN: %clang_cc1 -x c-header %s -o /dev/null

int main() {
  return 0;
}