blob: 7407280e286c84c5f9db3590bb597e10e8c6d7d7 [file] [log] [blame]
/* APPLE LOCAL file bincl/eincl stabs */
/* Test BINCL/EINCL stabs. */
/* Contributed by Devang Patel <dpatel@apple.com> */
#ifndef BINCL_2_H
#define BINCL_2_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);
};
#include "bincl-22.h"
int xyz;
#endif