main.cpp 180 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 #include <stdio.h> namespace abc { int g_file_global_int = 42; } int main (int argc, char const *argv[]) { return abc::g_file_global_int; // Set break point at this line. }