7 lines
161 B
C++
7 lines
161 B
C++
// Compile this without debug info with:
|
|
// g++ -Wall -c test21-suppr-added-var-sym-v1.cc
|
|
|
|
int global_var0 = 0;
|
|
char global_var1 = 0;
|
|
unsigned global_var2 = 0;
|