#include #include namespace test { struct MyType { int data; }; } void helper_fn() { test::MyType tmp = test::MyType{1}; sleep(tmp.data); }