brintos

brintos / llvm-project-archived public Read only

0
0
Text · 174 B · 4821a69 Raw
14 lines · cpp
1// RUN: %clang_cc1 -std=c++20 %s -verify2// expected-no-diagnostics3module;4 5#include "Inputs/h4.h"6 7export module x;8 9extern "C" struct C {10  int a;11  int b;12  double d;13};14