Blame examples/diagrams_a.h

Packit Service 50c9f2
#ifndef _DIAGRAMS_A_H
Packit Service 50c9f2
#define _DIAGRAMS_A_H
Packit Service 50c9f2
class A { public: A *m_self; };
Packit Service 50c9f2
#endif