mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
12 lines
254 B
C++
12 lines
254 B
C++
#include <Platform.h>
|
|
#include "global_test.h"
|
|
#include "../cpp_foundation/XString.h"
|
|
|
|
|
|
|
|
XStringTest global_str1("global_str1");
|
|
XStringTest global_str2("global_str2");
|
|
|
|
XStringWTest global_str3(L"global_str3");
|
|
XStringWTest global_str4(L"global_str4");
|