aboutsummaryrefslogtreecommitdiff
path: root/gdb/test3.c
blob: cd27cdde3812886ba2c0a7dd72859c7d0ab6f171 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
enum foo {foo1, foo2};

static double statdouble;

newfun (ac)
     struct haha {int a; } ac;
{
}

struct temp {int a; };

bar (a)
     enum foo a;
{
  static int lose;
  double happy;
  typedef int myint;

  {
    union wow { int a; char b; } wowvar;
    static union wow wowvar1;
    typedef int yourint;
    char *winner;
  }
}