mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
Update C++ grammar to get macro fix
Also added a macro to the test Fixes #76430
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
|
||||
#define EXTERN_C extern "C"
|
||||
|
||||
class Rectangle {
|
||||
int width, height;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user