blob: 5ec9a6e4ece0e7f78b9e3a0c402b5ea9170c984b [file] [log] [blame]
// Build don't link
// Origin: batali@cogsci.ucsd.edu
// Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
typedef struct { } S; // OK
typedef struct { }; // ERROR - Missing type-name
typedef union { } U; // OK
typedef union { }; // ERROR - Missing type-name