Sign in
llvm
/
clang
/
3ad9e4889adcb044907bc3e707d89a7ac1b3ee30
/
.
/
test
/
CodeGenCXX
/
static-assert.cpp
blob: 7757acd83887d4e232e70b696400d812510fb539 [
file
] [
log
] [
blame
]
// RUN: clang-cc %s -emit-llvm -o - -std=c++0x
static_assert
(
true
,
""
);