one.ssh   [plain text]



/* Copyright (C) 2003 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;
};