Update C++ grammar to get macro fix

Also added a macro to the test

Fixes #76430
This commit is contained in:
Alex Ross
2019-07-02 09:54:28 +02:00
parent 2c3e8a8e39
commit 06d2f9c05d
3 changed files with 168 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
#include <iostream>
using namespace std;
#define EXTERN_C extern "C"
class Rectangle {
int width, height;
public: