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