#pragma once namespace clanguml { namespace t30010 { namespace library2 { template struct B { T b; }; } } }