You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
385 B
9 lines
385 B
// RUN: not %clang_cc1 %s -fsyntax-only -fdiagnostics-parseable-fixits 2>&1 | FileCheck %s
|
|
// vim: set binary noeol:
|
|
|
|
// This file intentionally ends without a \n on the last line. Make sure your
|
|
// editor doesn't add one. The trailing space is also intentional.
|
|
|
|
// CHECK: :9:8: warning: duplicate 'extern' declaration specifier
|
|
// CHECK: fix-it:"{{.*}}":{9:8-9:15}:""
|
|
extern extern
|