xref: /llvm-project/clang/test/Import/cxx-valist/test.cpp (revision 29a4ed80bb4c8aadc76718924f80a5f532b1ffce)
1 // RUN: clang-import-test -import %S/Inputs/I1.cpp -expression %s
2 
expr()3 void expr() {
4   f(0);
5 }
6 
7 int std = 17;
8