We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0a819 commit 4632ef0Copy full SHA for 4632ef0
src/CppAst.Tests/TestTypeAliases.cs
@@ -12,7 +12,7 @@ public void TestSimple()
12
13
using Type_bool = bool;
14
15
-using Type_wchar = wchar_t ;
+using Type_wchar_t = wchar_t ;
16
17
using Type_char = char;
18
using Type_unsigned_char = unsigned char;
src/CppAst.Tests/TestTypedefs.cs
typedef bool Type_bool;
-typedef wchar_t Type_wchar;
+typedef wchar_t Type_wchar_t;
typedef char Type_char;
typedef unsigned char Type_unsigned_char;
0 commit comments