#ifndef TEST_INTEROP_CXX_TEMPLATES_INPUTS_MANGLING_H #define TEST_INTEROP_CXX_TEMPLATES_INPUTS_MANGLING_H template struct MagicWrapper {}; struct IntWrapper {}; typedef MagicWrapper WrappedMagicInt; typedef MagicWrapper WrappedMagicBool; #endif // TEST_INTEROP_CXX_TEMPLATES_INPUTS_MANGLING_H