xref: /aosp_15_r20/external/clang/test/FixIt/fixit-eof-space.c (revision 67e74705e28f6214e480b399dd47ea732279e315)
1 // RUN: not %clang_cc1 %s -fsyntax-only -fdiagnostics-parseable-fixits 2>&1 | FileCheck %s
2 // vim: set binary noeol:
3 
4 // This file intentionally ends without a \n on the last line.  Make sure your
5 // editor doesn't add one. The trailing space is also intentional.
6 
7 // CHECK: :9:8: warning: duplicate 'extern' declaration specifier
8 // CHECK: fix-it:"{{.*}}":{9:8-9:15}:""
9 extern extern