mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
10 lines
110 B
C++
10 lines
110 B
C++
struct S1 {
|
|
[[deprecated]] int a;
|
|
int b;
|
|
};
|
|
|
|
struct S2 {
|
|
int x;
|
|
[[deprecated, gnu::unused]] int b;
|
|
};
|