1// Linker initialized:
2int getAB();
3int ab = getAB();
4// Function local statics:
5int countCalls();
6int one = countCalls();
7// Trivial constructor, non-trivial destructor:
8int getStructWithDtorValue();
9int val = getStructWithDtorValue();
10

Provided by KDAB

Privacy Policy
Improve your Profiling and Debugging skills
Find out more

source code of compiler-rt/test/asan/TestCases/Helpers/initialization-nobug-extra.cpp