mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-24 11:45:27 +01:00
61cab50a09
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
9 lines
174 B
C++
9 lines
174 B
C++
#include <Platform.h>
|
|
#include "global_test.h"
|
|
#include "../cpp_foundation/XStringW.h"
|
|
|
|
|
|
|
|
XStringWTest global_str3(L"global_str3");
|
|
XStringWTest global_str4(L"global_str4");
|