summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/decl9.C
blob: 9be187add862d4e560ac95669cfa43f410c4de76 (plain)
1
2
3
4
5
6
7
8
9
10
// { dg-do assemble  }
// Build don't link
// Origin: batali@cogsci.ucsd.edu
// Contributed by Gabriel Dos Reis <gdr@codesourcery.com>

typedef struct { } S;           // OK
typedef struct { };             // { dg-error "" } Missing type-name

typedef union { } U;            // OK
typedef union { };              // { dg-error "" } Missing type-name