1// RUN: %clang_cc1 -verify %s2 33.2 // expected-error {{expected unqualified-id}}4 5extern "C" {6 typedef int Int;7}8 9Int foo(); // Ok10