[lldb][NFC] Modernize lang/cpp/scope test
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
class A {
|
||||
public:
|
||||
static int a;
|
||||
int b;
|
||||
static int a;
|
||||
int b;
|
||||
};
|
||||
|
||||
class B {
|
||||
public:
|
||||
static int a;
|
||||
int b;
|
||||
static int a;
|
||||
int b;
|
||||
};
|
||||
|
||||
struct C {
|
||||
static int a;
|
||||
static int a;
|
||||
};
|
||||
|
||||
int A::a = 1111;
|
||||
@@ -21,5 +21,5 @@ int a = 4444;
|
||||
|
||||
int main() // break here
|
||||
{
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user