Commit b02d5bb8 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

msvcrt: Add support for restrict and unaligned qualifiers in demangling.

parent 464d0491
......@@ -1293,6 +1293,7 @@ static void test_demangle(void)
"public: virtual void * __thiscall TStrArray<char [256],16>::`vector deleting destructor'(unsigned int)"},
/* 131 */ {"??_R0?AVCC@DD@@@8", "class DD::CC `RTTI Type Descriptor'"},
/* 132 */ {"??$meth@FD@DD@CC@@QAE_NK@Z", "public: bool __thiscall CC::DD::meth<short,char>(unsigned long)"},
/* 133 */ {"?func@@YAXPIFAH@Z", "void __cdecl func(int __unaligned * __restrict)"},
};
int i, num_test = ARRAY_SIZE(test);
char* name;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment