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 |