1// RUN: mkdir -p %t 2// RUN: %clang -std=c++20 -xc++-module %s -Xclang -verify --precompile -o %t/tmp.pcm 3// not modules 4 5// expected-error@* {{missing 'export module' declaration in module interface unit}} 6