Add test for char to char32_t mapping
This commit is contained in:
committed by
Emilio Cobos Álvarez
parent
9b1fd8ecca
commit
8a7fbbe1ff
@@ -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"
|
||||
Reference in New Issue
Block a user