d.cpp 146 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 int d_init() { return 456; } int d_global = d_init(); int d_function () { // Find this line number within d_dunction(). return 12345; }