C++程序  |  6行  |  63 B

// RUN: %clang_cc1 %s
int abc (const float x) {
  return 1;
}