// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -verify -fsyntax-only %s
// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
// RUN: cp %s %t.cpp
// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fixit %t.cpp
// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -Werror %t.cpp
void ; // expected-note {{'f_8' has been explicitly marked deprecated here}}
void ;
void ; // expected-note {{'f_2' has been explicitly marked deprecated here}}
void ;
void