blob: d3db812691b715ac191963d2edffe94078c6cf40 [file] [log] [blame]
typedef struct { } empty_t;
f ()
{
empty_t i;
bar (i);
}