mirror of
https://github.com/holub/mame
synced 2025-10-04 08:28:39 +03:00
srcclean (nw)
This commit is contained in:
parent
1b7b678f40
commit
5036387ab4
@ -874,7 +874,7 @@ int tool_app_t::execute()
|
||||
std::cout << plib::pfmt("{:20}")("Общая ком") << "|" << "\n";
|
||||
|
||||
//char x = 'a';
|
||||
auto b= U'щ';
|
||||
auto b= U'\U0449';
|
||||
std::cout << "b: <" << b << ">";
|
||||
#endif
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user