Files
codeql/cpp/ql/test/library-tests/structs/qualified_names/header.h
Jonas Jensen b633ee1bc4 C++: Add more tests of resolveClass
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.
2018-09-17 15:48:02 +02:00

4 lines
65 B
C

struct MultipleDefsButSameHeader;
struct OneDefInDifferentFile;