C++程序  |  6行  |  100 B

// RUN: %clang_cc1 -fsyntax-only -verify %s
int main() {
  char *s;
  s = (char []){"whatever"}; 
}