/* Copyright (C) 2003 Free Software Foundation. Contributed by Devang Patel */ /* Test simple use of symbol repository. Part of one.c test. */ struct x_y_point { int x; int y; };