two.ssh   [plain text]


/* APPLE LOCAL file */
/* Contributed by Devang Patel <dpatel@apple.com> */
/* Test for stabs that refernce code.  */
class B
{
 public:
  B() { i = 4; }
 private:
  int i;
};

namespace A
{
  static B b;
}