#pragma once namespace clanguml { namespace t20014 { struct A { int a1(int i, int j); int a2(int i, int j); }; } }