mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +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;
|
|
};
|