mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +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.
7 lines
87 B
C++
7 lines
87 B
C++
#include "header.h"
|
|
|
|
struct MultipleDefsButSameHeader {
|
|
char char1;
|
|
char char2;
|
|
};
|