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