llvm-project/clang/test/CodeGenCXX/static-assert.cpp

4 lines
73 B
C++

// RUN: clang-cc %s -emit-llvm -o - -std=c++0x
static_assert(true, "");