blob: dbb8f34d84148a876c838acdca86cefdbaf33240 [file] [log] [blame]
// RUN: %clang_cc1 %s -emit-llvm -o - -std=c++0x -verify
static_assert(true, "");
void f() {
static_assert(true, "");
}