blob: 0dc0299891f2a3b3d9c0061fb806457c03a5b61e [file] [log] [blame]
A = Template('inherit::A', 'inherit.h')
A_int = A('int', 'A_int')
Class('inherit::B', 'inherit.h')
Class('inherit::D', 'inherit.h')
E = Class('inherit::E', 'inherit.h')
exclude(E.s)
exclude(E.ab)