blob: c08979f153d04a406009d4b92c2848352ad23e9b [file] [log] [blame]
/* APPLE LOCAL file */
/* Copyright (C) 2005 Free Software Foundation.
Contributed by Devang Patel <dpatel@apple.com> */
/* Test simple use of symbol repository.
Part of one.c test. */
struct x_y_point
{
int x;
int y;
};