921e5a0eb4
From-SVN: r14840
12 lines
71 B
C
12 lines
71 B
C
typedef struct
|
|
{
|
|
int x, y;
|
|
} point_t;
|
|
|
|
|
|
point_t
|
|
f ()
|
|
{
|
|
return 0;
|
|
}
|