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();