2 // RUN: split-file %s %t
4 // RUN: %clang_cc1 -std=c++20 -emit-header-unit -xc++-user-header h1.h
5 // RUN: %clang_cc1 -std=c++20 -emit-header-unit -xc++-user-header h2.h -fmodule-file=h1.pcm
6 // RUN: %clang_cc1 -std=c++20 -fsyntax-only main.cpp -fmodule-file=h1.pcm -fmodule-file=h2.pcm
10 // expected-no-diagnostics
14 // expected-no-diagnostics
20 void foo(int x
, ...) {
25 // expected-no-diagnostics