blob: 5c581b07ace6a0eaaab28a30ea15bd313e4d1ad6 [file] [log] [blame]
typedef char MCHAR;
int main() {
MCHAR str[5] = "abcd";
return 0; // break here
}