mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
These tests exercise the problematic cases where a variable can appear to have multiple types because of how we fail to account for qualified names when comparing type names.
6 lines
38 B
C++
6 lines
38 B
C++
namespace foo {
|
|
class C;
|
|
|
|
C *x;
|
|
}
|