blob: 6c0791c2efc86b4c86b09ce2ce43de906fd5e0b4 [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 -fsyntax-only -verify %s
Eli Friedman1503f772009-07-31 01:43:05 +00002
3extern "C" { extern "C++" { template<class C> C x(); } }