1 // RUN: %llvmgcc %s -S -o -
6 struct tree_common common
;
7 struct tree_int_cst_lowhi
{
8 unsigned long long low
;
15 struct tree_function_decl
{
16 struct tree_common common
;
18 __extension__
enum XXX built_in_class
: 2;
24 struct tree_int_cst int_cst
;
25 struct tree_function_decl function_decl
;
29 void foo (union tree_node
* decl
) {
30 decl
->function_decl
.built_in_class
!= 0;