xref: /aosp_15_r20/external/clang/test/FixIt/no-typo.c (revision 67e74705e28f6214e480b399dd47ea732279e315)
1 // RUN: %clang_cc1 -fsyntax-only -fno-spell-checking -verify %s
2 typedef struct {
3   float x, y;
4 } Point;
5 
6 point p1; // expected-error{{unknown type name 'point'}}
7