#include "editor/window/editor_main_window.h" namespace api { void EditorMainWindow::InitializeComponent() { for (int i = 0; i < 1000; i++) { int j = 1; } } }