1*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -fsyntax-only -fno-spell-checking -verify %s 2*f4a2713aSLionel Sambuc typedef struct { 3*f4a2713aSLionel Sambuc float x, y; 4*f4a2713aSLionel Sambuc } Point; 5*f4a2713aSLionel Sambuc 6*f4a2713aSLionel Sambuc point p1; // expected-error{{unknown type name 'point'}} 7