Commit 89b17be8 by Raja R Harinath Committed by Jeff Law

990519-1.c: New test.

X
        * gcc.c-torture/compile/990519-1.c: New test.

From-SVN: r27011
parent ae5ccd89
typedef int gboolean;
typedef struct{
gboolean names : 1;
gboolean types : 1;
} ParamOptions;
int p_param(ParamOptions* o){
return o->types && o->names;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment