mirror of
https://github.com/github/codeql.git
synced 2025-12-22 19:56:32 +01:00
8 lines
93 B
C++
8 lines
93 B
C++
// semmle-extractor-options: --gnu_version 40700
|
|
class C1 final {
|
|
};
|
|
|
|
class C2 __final {
|
|
};
|
|
|