mirror of
https://github.com/github/codeql.git
synced 2026-03-17 04:56:58 +01:00
C++: Test showing going from a forward class declaration to a class but not back
This commit is contained in:
@@ -33,3 +33,11 @@ public:
|
||||
|
||||
myTemplateClass<int> mtc_int;
|
||||
myTemplateClass<short> mtc_short;
|
||||
|
||||
// Class (UserType)
|
||||
|
||||
class myClass
|
||||
{
|
||||
public:
|
||||
int myMemberVariable;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user