Clang Project

clang_source_code/test/Parser/attr-external-source-symbol-cxx11.cpp
1// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
2// expected-no-diagnostics
3
4[[clang::external_source_symbol(language="Swift", defined_in="module")]]
5void function() { }
6