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