1 2 3 4 5 6 7 8 9
// RUN: %clang_cc1 -verify %s 3.2 // expected-error {{expected unqualified-id}} extern "C" { typedef int Int; } Int foo(); // Ok