blob: b4b60e6ac3913af04cd3eedf16097ea771e20857 [file] [log] [blame]
/* APPLE LOCAL file */
#ifndef STAB_TYPES_H
#define STAB_TYPES_H
class A
{
public:
int a;
};
class B {
public:
static void bm1(const int& node, A& out);
static void bm2(int& node, const A& in);
};
int xyz;
#endif