Add test for char to char32_t mapping

This commit is contained in:
Adrian Wong
2019-12-02 10:53:49 +11:00
committed by Emilio Cobos Álvarez
parent 9b1fd8ecca
commit 8a7fbbe1ff
8 changed files with 111 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#include <cstdarg>
#include <cstdint>
#include <cstdlib>
#include <new>
struct Foo {
char32_t a;
};
extern "C" {
void root(Foo a);
} // extern "C"