blob: 929fd180a7d78b4c4c34b8064c1ec46d99759b93 [file] [log] [blame]
#include <stdlib.h>
int main() {
wchar_t ws[7];
return mbtowc(ws, "foobar", sizeof(ws)) != 6;
}