Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Parser / attr-external-source-symbol-cxx11.cpp
blob3457c6a8f430a231191e3b83c30e441953e5f2b8
1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
2 // expected-no-diagnostics
4 [[clang::external_source_symbol(language="Swift", defined_in="module")]]
5 void function() { }