blob: 59746ea9c10e44f407be499bd8106b129b6c38e0 [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 -fsyntax-only -verify %s
Andy Gibbs8e8fb3b2012-10-19 12:44:48 +00002// expected-no-diagnostics
Eli Friedman1503f772009-07-31 01:43:05 +00003
4extern "C" { extern "C++" { template<class C> C x(); } }