From 9235cbd9a81cf0b04026fc60bf4db79280e72001 Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 14 Sep 2015 12:33:59 +0000 Subject: [PATCH] .upptst git-svn-id: svn://ultimatepp.org/upp/trunk@8926 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- upptst/Assist/main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/upptst/Assist/main.cpp b/upptst/Assist/main.cpp index 4233b86b4..10e1ef9f9 100644 --- a/upptst/Assist/main.cpp +++ b/upptst/Assist/main.cpp @@ -331,6 +331,12 @@ void MYTabs::AddContact() ::AddContact(); // should jump to global namespace 'add contact' } +struct StaticVariableTest { + static int foo; // Alt+I here +}; + +int StaticVariableTest::foo; // Alt+I here + #endif GUI_APP_MAIN