declarations.0.stdout (1a36faad54665288ed4eb839d2a4699ae2ead45e) declarations.0.stdout (a3abcad0b7ada3ebabbab2f5074608caf0689802)
1/* $FreeBSD$ */
2/* See r303570 */
1/* $FreeBSD$ */
2/* See r303570 */
3void
4t(void)
3
4static const struct {
5 double x;
6 double y, z;
7} n[m + 1] =
5{
8{
9 {
10 .0,
11 .9,
12 5
13 }
14};
15
16typedef struct Complex {
17 double x;
18 double y;
19} Complex;
20
21void
22t1(char *a, int b,
23 void (*fn) (void))
24{
25}
26
27void
28t2(char *x, int y)
29{
6 int a, b, c;
7 int
8 *d, *e, *f;
9 int (*g) (), (*h) (), (*i) ();
10 int j, k, l;
11 int m
12 ,n
13 ,o
14 ;
15}
30 int a, b, c;
31 int
32 *d, *e, *f;
33 int (*g) (), (*h) (), (*i) ();
34 int j, k, l;
35 int m
36 ,n
37 ,o
38 ;
39}
40
41const int int_minimum_size =
42MAXALIGN(offsetof(int, test)) + MAXIMUM_ALIGNOF;
43
44int *
45int_create(void)
46{
47
48}
49
50static
51_attribute_printf(1, 2)
52void
53print_error(const char *fmt,...)
54{
55
56}
57
58static LIST_HEAD(, alq) ald_active;
59static int ald_shutingdown = 0;
60struct thread *ald_thread;
61
62static int
63do_execve(td, args, mac_p)
64 struct thread *td;
65 struct image_args *args;
66 struct mac *mac_p;
67{
68
69}