blob: 1e8f39338c24c5b8f01c45fe012eedce7f994824 [file] [log] [blame]
// RUN: %clang_cc1 -ast-print -o - %s | FileCheck %s
extern "C" int f(void);
// CHECK: extern "C" int f()
extern "C" int v;
// CHECK: extern "C" int v