C++: Bring back the StackVariable QL class

The new `StackVariable` class actually denotes what its name suggests.
This commit is contained in:
Jonas Jensen
2019-11-18 13:33:27 +01:00
parent 351cb46bb9
commit 8110039e0a
3 changed files with 24 additions and 19 deletions

View File

@@ -51,3 +51,7 @@ struct address {
char* town;
static char* country;
};
void hasExtern() {
extern int externInFunction;
}