blob: ffe9adc927d6f0ede6c769a992d4b70796f37818 [file] [log] [blame]
Eli Friedman1503f772009-07-31 01:43:05 +00001// RUN: clang-cc -fsyntax-only -verify %s
2
3extern "C" { extern "C++" { template<class C> C x(); } }