11 lines
109 B
C++
11 lines
109 B
C++
// Compile this with: g++ -g -c test18-suppr-removed-var-v0.cc
|
|
|
|
struct S
|
|
{
|
|
int m0;
|
|
};
|
|
|
|
S* var0;
|
|
|
|
int var1;
|