summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/static-assert.cpp
blob: 7757acd83887d4e232e70b696400d812510fb539 (plain)
1
2
3
// RUN: clang-cc %s -emit-llvm -o - -std=c++0x

static_assert(true, "");
OpenPOWER on IntegriCloud