Sign in
llvm
/
llvm-project
/
refs/heads/revert-133052-add-loop-bitconvert-tests
/
.
/
compiler-rt
/
test
/
asan
/
TestCases
/
Helpers
/
initialization-nobug-extra.cpp
blob: 0ce5359b405d071a86dd6862e20ddb012401d2ae [
file
] [
log
] [
blame
]
// Linker initialized:
int
getAB
();
int
ab
=
getAB
();
// Function local statics:
int
countCalls
();
int
one
=
countCalls
();
// Trivial constructor, non-trivial destructor:
int
getStructWithDtorValue
();
int
val
=
getStructWithDtorValue
();