summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/Helpers/initialization-nobug-extra.cpp
blob: 886165affd760365f9f2d3c6e3a0b84dbd42011f (plain)
1
2
3
4
5
6
7
8
9
// Linker initialized:
int getAB();
static int ab = getAB();
// Function local statics:
int countCalls();
static int one = countCalls();
// Trivial constructor, non-trivial destructor:
int getStructWithDtorValue();
static int val = getStructWithDtorValue();
OpenPOWER on IntegriCloud