Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
6e2cf8c4d740c44b1908ac2a8cfae206b6a2bf63
/
.
/
test
/
CodeGenCXX
/
static-init-2.cpp
blob: e229dd4aa734c7c4cbe4049cf8bd06660abe22ae [
file
] [
log
] [
blame
]
// RUN: clang-cc -emit-llvm-only -verify %s
// Make sure we don't crash generating y; its value is constant, but the
// initializer has side effects, so EmitConstantExpr should fail.
int
x
();
int
y
=
x
()
&&
0
;