brintos

brintos / llvm-project-archived public Read only

0
0
Text · 169 B · c6a4932 Raw
9 lines · plain
1// RUN: %clang_cc1 -std=c++20 %s -verify -fsyntax-only2 3// expected-no-diagnostics4export module mod;5extern "C++" void func();6export extern "C++" {7    void func();8}9