1 // RUN: clang-cc %s -emit-llvm -o - -std=c++0x -verify 2 3 static_assert(true, ""); 4 5 void f() { 6 static_assert(true, ""); 7 } 8