C++程序  |  8行  |  124 B

// RUN: %clang_cc1 %s -emit-llvm -o - -std=c++0x -verify

static_assert(true, "");

void f() {
  static_assert(true, "");
}