aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/ss/one.ssh
blob: 57d77bbf06db250adb92aad17ec9f29103a78f6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* APPLE LOCAL entire file */

/* 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;
};