From 3ff1f893ef5c3558ca3515044927cd78ddbae69f Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 26 Feb 2024 22:25:26 -0300 Subject: [PATCH] Test commit for clang tidy --- examples/helloworld.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/helloworld.cpp b/examples/helloworld.cpp index e846c3f27..a4c2a289d 100644 --- a/examples/helloworld.cpp +++ b/examples/helloworld.cpp @@ -39,6 +39,11 @@ void draw_window(os::Window* window) int app_main(int argc, char* argv[]) { + int test = 0; + if (test) + // comment + test = 1; + os::SystemRef system = os::make_system(); system->setAppMode(os::AppMode::GUI);