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