// { dg-do assemble } // Build don't link // Origin: batali@cogsci.ucsd.edu // Contributed by Gabriel Dos Reis typedef struct { } S; // OK typedef struct { }; // { dg-error "" } Missing type-name typedef union { } U; // OK typedef union { }; // { dg-error "" } Missing type-name